Uses of Class
org.apache.activemq.usage.StoreUsage
-
Packages that use StoreUsage Package Description org.apache.activemq.store.kahadb org.apache.activemq.usage -
-
Uses of StoreUsage in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb that return StoreUsage Modifier and Type Method Description StoreUsage
FilteredKahaDBPersistenceAdapter. getUsage()
Methods in org.apache.activemq.store.kahadb with parameters of type StoreUsage Modifier and Type Method Description void
FilteredKahaDBPersistenceAdapter. setUsage(StoreUsage usage)
-
Uses of StoreUsage in org.apache.activemq.usage
Methods in org.apache.activemq.usage that return StoreUsage Modifier and Type Method Description StoreUsage
StoreUsage. copy()
StoreUsage
SystemUsage. getStoreUsage()
Methods in org.apache.activemq.usage with parameters of type StoreUsage Modifier and Type Method Description void
SystemUsage. setStoreUsage(StoreUsage storeUsage)
Constructors in org.apache.activemq.usage with parameters of type StoreUsage Constructor Description StoreUsage(StoreUsage parent, String name)
-