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(Object id,
String containerName) |
Constructor and Description |
---|
KahaTopicMessageStore(Store store,
MapContainer<MessageId,Message> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination) |
KahaTopicReferenceStore(Store store,
KahaReferenceStoreAdapter adapter,
MapContainer<MessageId,ReferenceRecord> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination) |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.