|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListContainer | |
---|---|
org.apache.activemq.broker.region.cursors | Cursors used to page persistent messages into the broker from the store |
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.broker.region.cursors |
---|
Methods in org.apache.activemq.broker.region.cursors that return ListContainer | |
---|---|
protected ListContainer<MessageReference> |
FilePendingMessageCursor.getDiskList()
|
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,
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(Object id)
|
ListContainer |
KahaStore.getListContainer(Object id,
String containerName)
|
ListContainer |
KahaStore.getListContainer(Object id,
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> |
KahaTopicMessageStore.ackContainer
|
protected ListContainer<TopicSubAck> |
KahaTopicReferenceStore.ackContainer
|
Methods in org.apache.activemq.store.kahadaptor that return ListContainer | |
---|---|
protected ListContainer<TopicSubAck> |
KahaPersistenceAdapter.getListContainer(Object id,
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<String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination)
|
|
KahaTopicReferenceStore(Store store,
KahaReferenceStoreAdapter adapter,
MapContainer<MessageId,ReferenceRecord> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |