Uses of Class
org.apache.activemq.store.kahadb.data.KahaDestination
-
Packages that use KahaDestination Package Description org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.data -
-
Uses of KahaDestination in org.apache.activemq.store.kahadb
Fields in org.apache.activemq.store.kahadb declared as KahaDestination Modifier and Type Field Description protected KahaDestinationKahaDBStore.KahaDBMessageStore. destprotected KahaDestinationTempKahaDBStore.KahaDBMessageStore. destMethods in org.apache.activemq.store.kahadb with parameters of type KahaDestination Modifier and Type Method Description protected voidMessageDatabase. clearStoreStats(KahaDestination kahaDestination)Clear the counter for the destination, if one exists.protected voidMessageDatabase. decrementAndSubSizeToStoreStat(KahaDestination kahaDestination, String subKey, long size)protected voidMessageDatabase. decrementAndSubSizeToStoreStat(Transaction tx, KahaDestination kahaDestination, long size)protected org.apache.activemq.store.kahadb.MessageDatabase.StoredDestinationMessageDatabase. getExistingStoredDestination(KahaDestination destination, Transaction tx)protected org.apache.activemq.store.kahadb.MessageDatabase.StoredDestinationMessageDatabase. getStoredDestination(KahaDestination destination, Transaction tx)protected org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestinationTempMessageDatabase. getStoredDestination(KahaDestination destination, Transaction tx)protected MessageStoreStatisticsMessageDatabase. getStoredMessageStoreStatistics(KahaDestination destination, Transaction tx)protected voidMessageDatabase. incrementAndAddSizeToStoreStat(KahaDestination kahaDestination, String subKey, long size)protected voidMessageDatabase. incrementAndAddSizeToStoreStat(Transaction tx, KahaDestination kahaDestination, long size)Update MessageStoreStatisticsprotected StringMessageDatabase. key(KahaDestination destination) -
Uses of KahaDestination in org.apache.activemq.store.kahadb.data
Methods in org.apache.activemq.store.kahadb.data that return KahaDestination Modifier and Type Method Description KahaDestinationKahaDestination. clone()KahaDestinationKahaDestination. mergeFrom(KahaDestination other)KahaDestinationKahaDestination. mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input)static KahaDestinationKahaDestination. parseFramed(byte[] data)static KahaDestinationKahaDestination. parseFramed(InputStream data)static KahaDestinationKahaDestination. parseFramed(org.apache.activemq.protobuf.Buffer data)static KahaDestinationKahaDestination. parseFramed(org.apache.activemq.protobuf.CodedInputStream data)static KahaDestinationKahaDestination. parseUnframed(byte[] data)static KahaDestinationKahaDestination. parseUnframed(InputStream data)static KahaDestinationKahaDestination. parseUnframed(org.apache.activemq.protobuf.Buffer data)static KahaDestinationKahaDestination. parseUnframed(org.apache.activemq.protobuf.CodedInputStream data)Methods in org.apache.activemq.store.kahadb.data with parameters of type KahaDestination Modifier and Type Method Description booleanKahaDestination. equals(KahaDestination obj)KahaDestinationKahaDestination. mergeFrom(KahaDestination other)
-