|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CountStatisticImpl | |
---|---|
org.apache.activemq.broker.region | Region abstraction and implementations in the Broker. |
org.apache.activemq.management | An implementation of the J2EE Management API |
Uses of CountStatisticImpl in org.apache.activemq.broker.region |
---|
Fields in org.apache.activemq.broker.region declared as CountStatisticImpl | |
---|---|
protected CountStatisticImpl |
DestinationStatistics.consumers
|
protected CountStatisticImpl |
ConnectorStatistics.consumers
|
protected CountStatisticImpl |
DestinationStatistics.dequeues
|
protected CountStatisticImpl |
ConnectorStatistics.dequeues
|
protected CountStatisticImpl |
DestinationStatistics.dispatched
|
protected CountStatisticImpl |
DestinationStatistics.enqueues
|
protected CountStatisticImpl |
ConnectorStatistics.enqueues
|
protected CountStatisticImpl |
DestinationStatistics.expired
|
protected CountStatisticImpl |
DestinationStatistics.inflight
|
protected CountStatisticImpl |
DestinationStatistics.messages
|
protected CountStatisticImpl |
ConnectorStatistics.messages
|
protected CountStatisticImpl |
DestinationStatistics.producers
|
Methods in org.apache.activemq.broker.region that return CountStatisticImpl | |
---|---|
CountStatisticImpl |
DestinationStatistics.getConsumers()
|
CountStatisticImpl |
ConnectorStatistics.getConsumers()
|
CountStatisticImpl |
DestinationStatistics.getDequeues()
|
CountStatisticImpl |
ConnectionStatistics.getDequeues()
|
CountStatisticImpl |
ConnectorStatistics.getDequeues()
|
CountStatisticImpl |
DestinationStatistics.getDispatched()
|
CountStatisticImpl |
DestinationStatistics.getEnqueues()
|
CountStatisticImpl |
ConnectionStatistics.getEnqueues()
|
CountStatisticImpl |
ConnectorStatistics.getEnqueues()
|
CountStatisticImpl |
DestinationStatistics.getExpired()
|
CountStatisticImpl |
DestinationStatistics.getInflight()
|
CountStatisticImpl |
DestinationStatistics.getMessages()
|
CountStatisticImpl |
ConnectorStatistics.getMessages()
|
CountStatisticImpl |
DestinationStatistics.getProducers()
|
Uses of CountStatisticImpl in org.apache.activemq.management |
---|
Fields in org.apache.activemq.management declared as CountStatisticImpl | |
---|---|
protected CountStatisticImpl |
JMSEndpointStatsImpl.expiredMessageCount
|
protected CountStatisticImpl |
JMSEndpointStatsImpl.messageCount
|
protected CountStatisticImpl |
JMSEndpointStatsImpl.pendingMessageCount
|
Methods in org.apache.activemq.management that return CountStatisticImpl | |
---|---|
CountStatisticImpl |
JCAConnectionPoolStatsImpl.getCloseCount()
|
CountStatisticImpl |
JCAConnectionPoolStatsImpl.getCreateCount()
|
CountStatisticImpl |
JMSSessionStatsImpl.getDurableSubscriptionCount()
|
CountStatisticImpl |
JMSEndpointStatsImpl.getExpiredMessageCount()
|
CountStatisticImpl |
JMSSessionStatsImpl.getExpiredMessageCount()
|
CountStatisticImpl |
JMSEndpointStatsImpl.getMessageCount()
|
CountStatisticImpl |
JMSSessionStatsImpl.getMessageCount()
|
CountStatisticImpl |
CountStatisticImpl.getParent()
|
CountStatisticImpl |
JMSEndpointStatsImpl.getPendingMessageCount()
|
CountStatisticImpl |
JMSSessionStatsImpl.getPendingMessageCount()
|
Methods in org.apache.activemq.management with parameters of type CountStatisticImpl | |
---|---|
void |
CountStatisticImpl.setParent(CountStatisticImpl parent)
|
protected void |
JMSEndpointStatsImpl.setParent(CountStatisticImpl child,
CountStatisticImpl parent)
|
Constructors in org.apache.activemq.management with parameters of type CountStatisticImpl | |
---|---|
CountStatisticImpl(CountStatisticImpl parent,
java.lang.String name,
java.lang.String description)
|
|
JCAConnectionPoolStatsImpl(java.lang.String connectionFactory,
java.lang.String managedConnectionFactory,
TimeStatisticImpl waitTime,
TimeStatisticImpl useTime,
CountStatisticImpl closeCount,
CountStatisticImpl createCount,
BoundedRangeStatisticImpl freePoolSize,
BoundedRangeStatisticImpl poolSize,
RangeStatisticImpl waitingThreadCount)
|
|
JMSConsumerStatsImpl(CountStatisticImpl messageCount,
CountStatisticImpl pendingMessageCount,
CountStatisticImpl expiredMessageCount,
TimeStatisticImpl messageWaitTime,
TimeStatisticImpl messageRateTime,
java.lang.String origin)
|
|
JMSEndpointStatsImpl(CountStatisticImpl messageCount,
CountStatisticImpl pendingMessageCount,
CountStatisticImpl expiredMessageCount,
TimeStatisticImpl messageWaitTime,
TimeStatisticImpl messageRateTime)
|
|
JMSProducerStatsImpl(CountStatisticImpl messageCount,
CountStatisticImpl pendingMessageCount,
CountStatisticImpl expiredMessageCount,
TimeStatisticImpl messageWaitTime,
TimeStatisticImpl messageRateTime,
java.lang.String destination)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |