Uses of Class
org.apache.activemq.store.PersistenceAdapterStatistics
-
Packages that use PersistenceAdapterStatistics Package Description org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.kahadb -
-
Uses of PersistenceAdapterStatistics in org.apache.activemq.broker.jmx
Methods in org.apache.activemq.broker.jmx with parameters of type PersistenceAdapterStatistics Modifier and Type Method Description void
PersistenceAdapterView. setPersistenceAdapterStatistics(PersistenceAdapterStatistics persistenceAdapterStatistics)
-
Uses of PersistenceAdapterStatistics in org.apache.activemq.store
Methods in org.apache.activemq.store with parameters of type PersistenceAdapterStatistics Modifier and Type Method Description void
PersistenceAdapterStatistics. setParent(PersistenceAdapterStatistics parent)
-
Uses of PersistenceAdapterStatistics in org.apache.activemq.store.kahadb
Fields in org.apache.activemq.store.kahadb declared as PersistenceAdapterStatistics Modifier and Type Field Description protected PersistenceAdapterStatistics
MessageDatabase. persistenceAdapterStatistics
Methods in org.apache.activemq.store.kahadb that return PersistenceAdapterStatistics Modifier and Type Method Description PersistenceAdapterStatistics
KahaDBPersistenceAdapter. getPersistenceAdapterStatistics()
Get the PersistenceAdapterStatisticsPersistenceAdapterStatistics
MessageDatabase. getPersistenceAdapterStatistics()
-