|
||||||||||
| 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(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 |
| Uses of MapContainer in org.apache.activemq.kaha.impl |
|---|
| Methods in org.apache.activemq.kaha.impl that return MapContainer | |
|---|---|
MapContainer |
KahaStore.getMapContainer(Object id)
|
MapContainer |
KahaStore.getMapContainer(Object id,
String containerName)
|
MapContainer |
KahaStore.getMapContainer(Object id,
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(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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||