|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapContainer | |
---|---|
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 |
Uses of MapContainer in org.apache.activemq.kaha |
---|
Methods in org.apache.activemq.kaha that return MapContainer | |
---|---|
MapContainer |
Store.getMapContainer(java.lang.Object id)
Get a MapContainer with the given id - the MapContainer is created if needed |
MapContainer |
Store.getMapContainer(java.lang.Object id,
java.lang.String containerName)
Get a MapContainer with the given id - the MapContainer is created if needed |
MapContainer |
Store.getMapContainer(java.lang.Object id,
java.lang.String containerName,
boolean persistentIndex)
Get a MapContainer with the given id - the MapContainer is created if needed |
Uses of MapContainer in org.apache.activemq.kaha.impl |
---|
Methods in org.apache.activemq.kaha.impl that return MapContainer | |
---|---|
MapContainer |
KahaStore.getMapContainer(java.lang.Object id)
|
MapContainer |
KahaStore.getMapContainer(java.lang.Object id,
java.lang.String containerName)
|
MapContainer |
KahaStore.getMapContainer(java.lang.Object id,
java.lang.String containerName,
boolean persistentIndex)
|
Uses of MapContainer in org.apache.activemq.kaha.impl.container |
---|
Classes in org.apache.activemq.kaha.impl.container that implement MapContainer | |
---|---|
class |
MapContainerImpl
Implementation of a MapContainer |
Uses of MapContainer in org.apache.activemq.store.kahadaptor |
---|
Fields in org.apache.activemq.store.kahadaptor declared as MapContainer | |
---|---|
protected MapContainer<MessageId,ReferenceRecord> |
KahaReferenceStore.messageContainer
|
protected MapContainer<MessageId,Message> |
KahaMessageStore.messageContainer
|
Methods in org.apache.activemq.store.kahadaptor that return MapContainer | |
---|---|
protected MapContainer |
KahaTopicMessageStore.addSubscriberMessageContainer(java.lang.Object key)
|
protected MapContainer |
KahaTopicReferenceStore.addSubscriberMessageContainer(java.lang.String clientId,
java.lang.String subscriptionName)
|
protected MapContainer<MessageId,Message> |
KahaPersistenceAdapter.getMapContainer(java.lang.Object id,
java.lang.String containerName)
|
protected MapContainer<MessageId,ReferenceRecord> |
KahaReferenceStoreAdapter.getMapReferenceContainer(java.lang.Object id,
java.lang.String containerName)
|
protected MapContainer |
KahaPersistenceAdapter.getSubsMapContainer(java.lang.Object id,
java.lang.String containerName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |