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 |
---|---|
MapContainer |
Store.getMapContainer(Object id)
Get a MapContainer with the given id - the MapContainer is created if
needed
|
MapContainer |
Store.getMapContainer(Object id,
String containerName)
Get a MapContainer with the given id - the MapContainer is created if
needed
|
MapContainer |
Store.getMapContainer(Object id,
String containerName,
boolean persistentIndex)
Get a MapContainer with the given id - the MapContainer is created if
needed
|
Modifier and Type | Method and Description |
---|---|
MapContainer |
KahaStore.getMapContainer(Object id) |
MapContainer |
KahaStore.getMapContainer(Object id,
String containerName) |
MapContainer |
KahaStore.getMapContainer(Object id,
String containerName,
boolean persistentIndex) |
Modifier and Type | Class and Description |
---|---|
class |
MapContainerImpl
Implementation of a MapContainer
|
Modifier and Type | Field and Description |
---|---|
protected MapContainer<MessageId,Message> |
KahaMessageStore.messageContainer |
protected MapContainer<MessageId,ReferenceRecord> |
KahaReferenceStore.messageContainer |
Modifier and Type | Method and Description |
---|---|
protected MapContainer |
KahaTopicMessageStore.addSubscriberMessageContainer(Object key) |
protected MapContainer |
KahaTopicReferenceStore.addSubscriberMessageContainer(String clientId,
String subscriptionName) |
protected MapContainer<MessageId,Message> |
KahaPersistenceAdapter.getMapContainer(Object id,
String containerName) |
protected MapContainer<MessageId,ReferenceRecord> |
KahaReferenceStoreAdapter.getMapReferenceContainer(Object id,
String containerName) |
protected MapContainer |
KahaPersistenceAdapter.getSubsMapContainer(Object id,
String containerName) |
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.