|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListContainer | |
---|---|
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 |
Uses of ListContainer in org.apache.activemq.kaha |
---|
Methods in org.apache.activemq.kaha that return ListContainer | |
---|---|
ListContainer |
Store.getListContainer(Object id)
Get a ListContainer with the given id and creates it if it doesn't exist |
ListContainer |
Store.getListContainer(Object id,
String containerName)
Get a ListContainer with the given id and creates it if it doesn't exist |
ListContainer |
Store.getListContainer(Object id,
String containerName,
String indexType)
Get a ListContainer with the given id and creates it if it doesn't exist |
Uses of ListContainer in org.apache.activemq.kaha.impl |
---|
Methods in org.apache.activemq.kaha.impl that return ListContainer | |
---|---|
ListContainer |
KahaStore.getListContainer(Object id)
|
ListContainer |
KahaStore.getListContainer(Object id,
String containerName)
|
ListContainer |
KahaStore.getListContainer(Object id,
String containerName,
String indexType)
|
Uses of ListContainer in org.apache.activemq.kaha.impl.container |
---|
Classes in org.apache.activemq.kaha.impl.container that implement ListContainer | |
---|---|
class |
ListContainerImpl
Implementation of a ListContainer |
Uses of ListContainer in org.apache.activemq.store.kahadaptor |
---|
Methods in org.apache.activemq.store.kahadaptor that return ListContainer | |
---|---|
protected ListContainer |
KahaPersistenceAdapter.getListContainer(Object id,
String containerName)
|
Constructors in org.apache.activemq.store.kahadaptor with parameters of type ListContainer | |
---|---|
KahaTopicMessageStore(Store store,
ListContainer messageContainer,
ListContainer ackContainer,
MapContainer subsContainer,
ActiveMQDestination destination)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |