|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListContainer | |
---|---|
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 ListContainer in org.apache.activemq.kaha |
---|
Methods in org.apache.activemq.kaha that return ListContainer | |
---|---|
ListContainer |
Store.getListContainer(java.lang.Object id)
Get a ListContainer with the given id and creates it if it doesn't exist |
ListContainer |
Store.getListContainer(java.lang.Object id,
java.lang.String containerName)
Get a ListContainer with the given id and creates it if it doesn't exist |
ListContainer |
Store.getListContainer(java.lang.Object id,
java.lang.String containerName,
boolean persistentIndex)
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(java.lang.Object id)
|
ListContainer |
KahaStore.getListContainer(java.lang.Object id,
java.lang.String containerName)
|
ListContainer |
KahaStore.getListContainer(java.lang.Object id,
java.lang.String containerName,
boolean persistentIndex)
|
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 |
---|
Fields in org.apache.activemq.store.kahadaptor declared as ListContainer | |
---|---|
protected ListContainer<TopicSubAck> |
KahaTopicReferenceStore.ackContainer
|
protected ListContainer<TopicSubAck> |
KahaTopicMessageStore.ackContainer
|
Methods in org.apache.activemq.store.kahadaptor that return ListContainer | |
---|---|
protected ListContainer<TopicSubAck> |
KahaPersistenceAdapter.getListContainer(java.lang.Object id,
java.lang.String containerName)
|
Constructors in org.apache.activemq.store.kahadaptor with parameters of type ListContainer | |
---|---|
KahaTopicMessageStore(Store store,
MapContainer<MessageId,Message> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<java.lang.String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination)
|
|
KahaTopicReferenceStore(Store store,
KahaReferenceStoreAdapter adapter,
MapContainer<MessageId,ReferenceRecord> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<java.lang.String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |