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 CountStatisticImplDestinationStatistics. blockedSendsprotected CountStatisticImplSubscriptionStatistics. consumedCountprotected CountStatisticImplConnectorStatistics. consumersprotected CountStatisticImplDestinationStatistics. consumersprotected CountStatisticImplConnectorStatistics. dequeuesprotected CountStatisticImplDestinationStatistics. dequeuesprotected CountStatisticImplSubscriptionStatistics. dequeuesprotected CountStatisticImplDestinationStatistics. dispatchedprotected CountStatisticImplSubscriptionStatistics. dispatchedprotected CountStatisticImplDestinationStatistics. duplicateFromStoreprotected CountStatisticImplConnectorStatistics. enqueuesprotected CountStatisticImplDestinationStatistics. enqueuesprotected CountStatisticImplSubscriptionStatistics. enqueuesprotected CountStatisticImplDestinationStatistics. expiredprotected CountStatisticImplDestinationStatistics. forwardsprotected CountStatisticImplDestinationStatistics. inflightprotected CountStatisticImplConnectorStatistics. messagesprotected CountStatisticImplDestinationStatistics. messagesprotected CountStatisticImplDestinationStatistics. producers -
Uses of CountStatisticImpl in org.apache.activemq.management
Fields in org.apache.activemq.management declared as CountStatisticImpl Modifier and Type Field Description protected CountStatisticImplJMSEndpointStatsImpl. expiredMessageCountprotected CountStatisticImplJMSEndpointStatsImpl. messageCountprotected CountStatisticImplJMSEndpointStatsImpl. pendingMessageCountMethods in org.apache.activemq.management that return CountStatisticImpl Modifier and Type Method Description CountStatisticImplJCAConnectionPoolStatsImpl. getCloseCount()CountStatisticImplJCAConnectionPoolStatsImpl. getCreateCount()CountStatisticImplJMSSessionStatsImpl. getDurableSubscriptionCount()CountStatisticImplJMSEndpointStatsImpl. getExpiredMessageCount()CountStatisticImplJMSSessionStatsImpl. getExpiredMessageCount()CountStatisticImplJMSEndpointStatsImpl. getMessageCount()CountStatisticImplJMSSessionStatsImpl. getMessageCount()CountStatisticImplCountStatisticImpl. getParent()CountStatisticImplJMSEndpointStatsImpl. getPendingMessageCount()CountStatisticImplJMSSessionStatsImpl. getPendingMessageCount()Methods in org.apache.activemq.management with parameters of type CountStatisticImpl Modifier and Type Method Description voidCountStatisticImpl. setParent(CountStatisticImpl parent)protected voidJMSEndpointStatsImpl. 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 CountStatisticImplNetworkBridgeStatistics. dequeuesprotected CountStatisticImplNetworkBridgeStatistics. enqueuesprotected CountStatisticImplNetworkBridgeStatistics. receivedCountMethods in org.apache.activemq.network that return CountStatisticImpl Modifier and Type Method Description CountStatisticImplNetworkBridgeStatistics. getDequeues()The current number of dequeues this bridge has, which is the number of messages actually sent to and received by the remote broker.CountStatisticImplNetworkBridgeStatistics. 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 subscriptionCountStatisticImplNetworkBridgeStatistics. 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 CountStatisticImplAbstractMessageStoreStatistics. messageCountprotected CountStatisticImplMessageStoreStatistics. messageCountMethods in org.apache.activemq.store that return CountStatisticImpl Modifier and Type Method Description CountStatisticImplAbstractMessageStoreStatistics. getMessageCount()CountStatisticImplMessageStoreStatistics. getMessageCount()CountStatisticImplMessageStoreSubscriptionStatistics. getMessageCount()Total count for all subscriptionsCountStatisticImplMessageStoreSubscriptionStatistics. getMessageCount(String subKey)
-