Package | Description |
---|---|
org.apache.activemq.kaha |
fast message persistence implementation
|
org.apache.activemq.kaha.impl |
Kaha implementation classes
|
org.apache.activemq.kaha.impl.container |
Map and List container implementations for Kaha
|
org.apache.activemq.store.kahadaptor |
kaha implementation of message persistence for the broker
|
Modifier and Type | Method and Description |
---|---|
ListContainer |
Store.getListContainer(java.lang.Object id)
Get a ListContainer with the given id and creates it if it doesn't exist
|
ListContainer |
Store.getListContainer(java.lang.Object id,
java.lang.String containerName)
Get a ListContainer with the given id and creates it if it doesn't exist
|
ListContainer |
Store.getListContainer(java.lang.Object id,
java.lang.String containerName,
boolean persistentIndex)
Get a ListContainer with the given id and creates it if it doesn't exist
|
Modifier and Type | Method and Description |
---|---|
ListContainer |
KahaStore.getListContainer(java.lang.Object id) |
ListContainer |
KahaStore.getListContainer(java.lang.Object id,
java.lang.String containerName) |
ListContainer |
KahaStore.getListContainer(java.lang.Object id,
java.lang.String containerName,
boolean persistentIndex) |
Modifier and Type | Class and Description |
---|---|
class |
ListContainerImpl
Implementation of a ListContainer
|
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.