Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Set<ContainerId> |
Store.getListContainerIds()
Get a Set of call ListContainer Ids
|
Set<ContainerId> |
Store.getMapContainerIds()
Get a Set of call MapContainer Ids
|
Modifier and Type | Method and Description |
---|---|
void |
Store.deleteListContainer(ContainerId id)
delete a list container
|
void |
Store.deleteMapContainer(ContainerId id)
Delete Map container
|
Modifier and Type | Method and Description |
---|---|
Set<ContainerId> |
KahaStore.getListContainerIds() |
Set<ContainerId> |
KahaStore.getMapContainerIds() |
Modifier and Type | Method and Description |
---|---|
void |
KahaStore.deleteListContainer(ContainerId containerId) |
void |
KahaStore.deleteMapContainer(ContainerId containerId) |
Modifier and Type | Field and Description |
---|---|
protected ContainerId |
BaseContainerImpl.containerId |
Modifier and Type | Method and Description |
---|---|
ContainerId |
BaseContainerImpl.getContainerId() |
Constructor and Description |
---|
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) |
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.