Uses of Class
org.apache.activemq.store.MessageStoreSubscriptionStatistics
-
Packages that use MessageStoreSubscriptionStatistics Package Description org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface.org.apache.activemq.store.kahadb org.apache.activemq.store.memory VM based implementation of message persistence -
-
Uses of MessageStoreSubscriptionStatistics in org.apache.activemq.store
Methods in org.apache.activemq.store that return MessageStoreSubscriptionStatistics Modifier and Type Method Description MessageStoreSubscriptionStatistics
ProxyTopicMessageStore. getMessageStoreSubStatistics()
MessageStoreSubscriptionStatistics
TopicMessageStore. getMessageStoreSubStatistics()
The subscription metrics contained in this store -
Uses of MessageStoreSubscriptionStatistics in org.apache.activemq.store.jdbc
Methods in org.apache.activemq.store.jdbc that return MessageStoreSubscriptionStatistics Modifier and Type Method Description MessageStoreSubscriptionStatistics
JDBCTopicMessageStore. getMessageStoreSubStatistics()
-
Uses of MessageStoreSubscriptionStatistics in org.apache.activemq.store.journal
Methods in org.apache.activemq.store.journal that return MessageStoreSubscriptionStatistics Modifier and Type Method Description MessageStoreSubscriptionStatistics
JournalTopicMessageStore. getMessageStoreSubStatistics()
-
Uses of MessageStoreSubscriptionStatistics in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb that return MessageStoreSubscriptionStatistics Modifier and Type Method Description protected MessageStoreSubscriptionStatistics
MessageDatabase. getSubStats(String kahaDestKey)
-
Uses of MessageStoreSubscriptionStatistics in org.apache.activemq.store.memory
Methods in org.apache.activemq.store.memory that return MessageStoreSubscriptionStatistics Modifier and Type Method Description MessageStoreSubscriptionStatistics
MemoryTopicMessageStore. getMessageStoreSubStatistics()
-