Uses of Class
org.apache.activemq.store.kahadb.data.KahaDestination
Packages that use KahaDestination
-
Uses of KahaDestination in org.apache.activemq.store.kahadb
Fields in org.apache.activemq.store.kahadb declared as KahaDestinationModifier and TypeFieldDescriptionprotected KahaDestinationKahaDBStore.KahaDBMessageStore.destprotected KahaDestinationTempKahaDBStore.KahaDBMessageStore.destMethods in org.apache.activemq.store.kahadb with parameters of type KahaDestinationModifier and TypeMethodDescriptionprotected 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 KahaDestinationModifier and TypeMethodDescriptionKahaDestination.clone()KahaDestination.mergeFrom(KahaDestination other) KahaDestination.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 KahaDestinationModifier and TypeMethodDescriptionbooleanKahaDestination.equals(KahaDestination obj) KahaDestination.mergeFrom(KahaDestination other)