|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapContainer | |
---|---|
org.apache.activemq.kaha | fast message persistence implementation |
org.apache.activemq.kaha.impl | |
org.apache.activemq.kaha.impl.container | |
org.apache.activemq.store.kahadaptor | kaha implementation of message persistence for the broker |
org.apache.activemq.store.rapid |
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,
java.lang.String indexType)
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,
java.lang.String indexType)
|
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 |
KahaMessageStore.messageContainer
|
Methods in org.apache.activemq.store.kahadaptor that return MapContainer | |
---|---|
protected MapContainer |
KahaPersistenceAdapter.getMapContainer(java.lang.Object id,
java.lang.String containerName)
|
Constructors in org.apache.activemq.store.kahadaptor with parameters of type MapContainer | |
---|---|
KahaMessageStore(MapContainer container,
ActiveMQDestination destination)
|
|
KahaTopicMessageStore(Store store,
ListContainer messageContainer,
ListContainer ackContainer,
MapContainer subsContainer,
ActiveMQDestination destination)
|
Uses of MapContainer in org.apache.activemq.store.rapid |
---|
Fields in org.apache.activemq.store.rapid declared as MapContainer | |
---|---|
protected MapContainer |
RapidMessageStore.messageContainer
|
Methods in org.apache.activemq.store.rapid that return MapContainer | |
---|---|
protected MapContainer |
RapidPersistenceAdapter.getMapContainer(java.lang.Object id,
java.lang.String containerName)
|
Constructors in org.apache.activemq.store.rapid with parameters of type MapContainer | |
---|---|
RapidMessageStore(RapidPersistenceAdapter adapter,
ActiveMQDestination destination,
MapContainer container)
|
|
RapidTopicMessageStore(RapidPersistenceAdapter adapter,
ActiveMQTopic destination,
MapContainer messageContainer,
MapContainer subsContainer,
MapContainer ackContainer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |