Package | Description |
---|---|
org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.memory |
VM based implementation of message persistence
|
Modifier and Type | Field and Description |
---|---|
protected MessageStoreStatistics |
AbstractMessageStore.messageStoreStatistics |
Modifier and Type | Method and Description |
---|---|
MessageStoreStatistics |
MessageStore.getMessageStoreStatistics() |
MessageStoreStatistics |
AbstractMessageStore.getMessageStoreStatistics() |
MessageStoreStatistics |
ProxyTopicMessageStore.getMessageStoreStatistics() |
MessageStoreStatistics |
ProxyMessageStore.getMessageStoreStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
MessageStoreStatistics.setParent(MessageStoreStatistics parent) |
Modifier and Type | Method and Description |
---|---|
protected MessageStoreStatistics |
MessageDatabase.getStoreStats(String kahaDestKey)
Locate the storeMessageSize counter for this KahaDestination
|
Modifier and Type | Method and Description |
---|---|
protected static void |
MemoryMessageStore.decMessageStoreStatistics(MessageStoreStatistics stats,
Message message) |
protected static void |
MemoryMessageStore.incMessageStoreStatistics(MessageStoreStatistics stats,
Message message) |
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.