Uses of Class
org.apache.activemq.management.CountStatisticImpl
-
Packages that use CountStatisticImpl Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.management An implementation of the J2EE Management APIorg.apache.activemq.network Support for federated networks of brokers.org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging -
-
Uses of CountStatisticImpl in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as CountStatisticImpl Modifier and Type Field Description protected CountStatisticImpl
DestinationStatistics. blockedSends
protected CountStatisticImpl
SubscriptionStatistics. consumedCount
protected CountStatisticImpl
ConnectorStatistics. consumers
protected CountStatisticImpl
DestinationStatistics. consumers
protected CountStatisticImpl
ConnectorStatistics. dequeues
protected CountStatisticImpl
DestinationStatistics. dequeues
protected CountStatisticImpl
SubscriptionStatistics. dequeues
protected CountStatisticImpl
DestinationStatistics. dispatched
protected CountStatisticImpl
SubscriptionStatistics. dispatched
protected CountStatisticImpl
DestinationStatistics. duplicateFromStore
protected CountStatisticImpl
ConnectorStatistics. enqueues
protected CountStatisticImpl
DestinationStatistics. enqueues
protected CountStatisticImpl
SubscriptionStatistics. enqueues
protected CountStatisticImpl
DestinationStatistics. expired
protected CountStatisticImpl
DestinationStatistics. forwards
protected CountStatisticImpl
DestinationStatistics. inflight
protected CountStatisticImpl
ConnectorStatistics. messages
protected CountStatisticImpl
DestinationStatistics. messages
protected CountStatisticImpl
DestinationStatistics. producers
-
Uses of CountStatisticImpl in org.apache.activemq.management
Fields in org.apache.activemq.management declared as CountStatisticImpl Modifier and Type Field Description protected CountStatisticImpl
JMSEndpointStatsImpl. expiredMessageCount
protected CountStatisticImpl
JMSEndpointStatsImpl. messageCount
protected CountStatisticImpl
JMSEndpointStatsImpl. pendingMessageCount
Methods in org.apache.activemq.management that return CountStatisticImpl Modifier and Type Method Description 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 Modifier and Type Method Description void
CountStatisticImpl. setParent(CountStatisticImpl parent)
protected void
JMSEndpointStatsImpl. setParent(CountStatisticImpl child, CountStatisticImpl parent)
-
Uses of CountStatisticImpl in org.apache.activemq.network
Fields in org.apache.activemq.network declared as CountStatisticImpl Modifier and Type Field Description protected CountStatisticImpl
NetworkBridgeStatistics. dequeues
protected CountStatisticImpl
NetworkBridgeStatistics. enqueues
protected CountStatisticImpl
NetworkBridgeStatistics. receivedCount
Methods in org.apache.activemq.network that return CountStatisticImpl Modifier and Type Method Description CountStatisticImpl
NetworkBridgeStatistics. getDequeues()
The current number of dequeues this bridge has, which is the number of messages actually sent to and received by the remote broker.CountStatisticImpl
NetworkBridgeStatistics. getEnqueues()
The current number of enqueues this bridge has, which is the number of potential messages to be forwarded Messages may not be forwarded if there is no subscriptionCountStatisticImpl
NetworkBridgeStatistics. getReceivedCount()
The number of messages that have been received by the NetworkBridge from the remote broker. -
Uses of CountStatisticImpl in org.apache.activemq.store
Fields in org.apache.activemq.store declared as CountStatisticImpl Modifier and Type Field Description protected CountStatisticImpl
AbstractMessageStoreStatistics. messageCount
protected CountStatisticImpl
MessageStoreStatistics. messageCount
Methods in org.apache.activemq.store that return CountStatisticImpl Modifier and Type Method Description CountStatisticImpl
AbstractMessageStoreStatistics. getMessageCount()
CountStatisticImpl
MessageStoreStatistics. getMessageCount()
CountStatisticImpl
MessageStoreSubscriptionStatistics. getMessageCount()
Total count for all subscriptionsCountStatisticImpl
MessageStoreSubscriptionStatistics. getMessageCount(String subKey)
-