|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerId | |
|---|---|
| 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 |
| Uses of ContainerId in org.apache.activemq.kaha |
|---|
| Methods in org.apache.activemq.kaha that return types with arguments of type ContainerId | |
|---|---|
Set<ContainerId> |
Store.getListContainerIds()
Get a Set of call ListContainer Ids |
Set<ContainerId> |
Store.getMapContainerIds()
Get a Set of call MapContainer Ids |
| Methods in org.apache.activemq.kaha with parameters of type ContainerId | |
|---|---|
void |
Store.deleteListContainer(ContainerId id)
delete a list container |
void |
Store.deleteMapContainer(ContainerId id)
Delete Map container |
| Uses of ContainerId in org.apache.activemq.kaha.impl |
|---|
| Methods in org.apache.activemq.kaha.impl that return types with arguments of type ContainerId | |
|---|---|
Set<ContainerId> |
KahaStore.getListContainerIds()
|
Set<ContainerId> |
KahaStore.getMapContainerIds()
|
| Methods in org.apache.activemq.kaha.impl with parameters of type ContainerId | |
|---|---|
void |
KahaStore.deleteListContainer(ContainerId containerId)
|
void |
KahaStore.deleteMapContainer(ContainerId containerId)
|
| Uses of ContainerId in org.apache.activemq.kaha.impl.container |
|---|
| Fields in org.apache.activemq.kaha.impl.container declared as ContainerId | |
|---|---|
protected ContainerId |
BaseContainerImpl.containerId
|
| Methods in org.apache.activemq.kaha.impl.container that return ContainerId | |
|---|---|
ContainerId |
BaseContainerImpl.getContainerId()
|
| Constructors in org.apache.activemq.kaha.impl.container with parameters of type ContainerId | |
|---|---|
BaseContainerImpl(ContainerId id,
IndexItem root,
IndexManager indexManager,
DataManager dataManager,
boolean persistentIndex)
|
|
ListContainerImpl(ContainerId id,
IndexItem root,
IndexManager indexManager,
DataManager dataManager,
boolean persistentIndex)
|
|
MapContainerImpl(File directory,
ContainerId id,
IndexItem root,
IndexManager indexManager,
DataManager dataManager,
boolean persistentIndex)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||