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 voidPersistenceAdapterView. 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 voidPersistenceAdapterStatistics. 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 PersistenceAdapterStatisticsMessageDatabase. persistenceAdapterStatisticsMethods in org.apache.activemq.store.kahadb that return PersistenceAdapterStatistics Modifier and Type Method Description PersistenceAdapterStatisticsKahaDBPersistenceAdapter. getPersistenceAdapterStatistics()Get the PersistenceAdapterStatisticsPersistenceAdapterStatisticsMessageDatabase. getPersistenceAdapterStatistics()
-