Package | Description |
---|---|
org.apache.activemq.store.kahadaptor |
kaha implementation of message persistence for the broker
|
Modifier and Type | Field and Description |
---|---|
protected ListContainer<TopicSubAck> |
KahaTopicReferenceStore.ackContainer |
protected ListContainer<TopicSubAck> |
KahaTopicMessageStore.ackContainer |
Modifier and Type | Method and Description |
---|---|
protected ListContainer<TopicSubAck> |
KahaPersistenceAdapter.getListContainer(java.lang.Object id,
java.lang.String containerName) |
Constructor and Description |
---|
KahaTopicMessageStore(Store store,
MapContainer<MessageId,Message> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<java.lang.String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination) |
KahaTopicReferenceStore(Store store,
KahaReferenceStoreAdapter adapter,
MapContainer<MessageId,ReferenceRecord> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<java.lang.String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination) |
Copyright © 2005-2014. All Rights Reserved.