|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreLocation | |
---|---|
org.apache.activemq.kaha | fast message persistence implementation |
org.apache.activemq.kaha.impl | Kaha implementation classes |
org.apache.activemq.kaha.impl.async | journal based data storage - scalable and fast |
org.apache.activemq.kaha.impl.data | Data containers for Kaha. |
org.apache.activemq.kaha.impl.index | Kaha index - type classes for the Map Container - including VM implementation |
Uses of StoreLocation in org.apache.activemq.kaha |
---|
Methods in org.apache.activemq.kaha that return StoreLocation | |
---|---|
StoreLocation |
StoreEntry.getKeyDataItem()
|
StoreLocation |
StoreEntry.getValueDataItem()
|
Uses of StoreLocation in org.apache.activemq.kaha.impl |
---|
Methods in org.apache.activemq.kaha.impl that return StoreLocation | |
---|---|
StoreLocation |
DataManager.storeDataItem(Marshaller marshaller,
Object payload)
|
StoreLocation |
DataManager.storeRedoItem(Object payload)
|
Methods in org.apache.activemq.kaha.impl with parameters of type StoreLocation | |
---|---|
Object |
DataManager.readItem(Marshaller marshaller,
StoreLocation item)
|
void |
DataManager.updateItem(StoreLocation location,
Marshaller marshaller,
Object payload)
|
Uses of StoreLocation in org.apache.activemq.kaha.impl.async |
---|
Methods in org.apache.activemq.kaha.impl.async that return StoreLocation | |
---|---|
StoreLocation |
DataManagerFacade.storeDataItem(Marshaller marshaller,
Object payload)
|
StoreLocation |
DataManagerFacade.storeRedoItem(Object payload)
|
Methods in org.apache.activemq.kaha.impl.async with parameters of type StoreLocation | |
---|---|
Object |
DataManagerFacade.readItem(Marshaller marshaller,
StoreLocation location)
|
void |
DataManagerFacade.updateItem(StoreLocation location,
Marshaller marshaller,
Object payload)
|
Uses of StoreLocation in org.apache.activemq.kaha.impl.data |
---|
Classes in org.apache.activemq.kaha.impl.data that implement StoreLocation | |
---|---|
class |
DataItem
A a wrapper for a data in the store |
Methods in org.apache.activemq.kaha.impl.data that return StoreLocation | |
---|---|
StoreLocation |
DataManagerImpl.storeDataItem(Marshaller marshaller,
Object payload)
|
StoreLocation |
DataManagerImpl.storeRedoItem(Object payload)
|
Methods in org.apache.activemq.kaha.impl.data with parameters of type StoreLocation | |
---|---|
void |
RedoListener.onRedoItem(StoreLocation item,
Object object)
|
Object |
DataManagerImpl.readItem(Marshaller marshaller,
StoreLocation item)
|
Object |
SyncDataFileReader.readItem(Marshaller marshaller,
StoreLocation item)
|
void |
DataManagerImpl.updateItem(StoreLocation location,
Marshaller marshaller,
Object payload)
|
Uses of StoreLocation in org.apache.activemq.kaha.impl.index |
---|
Methods in org.apache.activemq.kaha.impl.index that return StoreLocation | |
---|---|
StoreLocation |
IndexItem.getKeyDataItem()
|
StoreLocation |
IndexItem.getValueDataItem()
|
Methods in org.apache.activemq.kaha.impl.index with parameters of type StoreLocation | |
---|---|
void |
IndexItem.setKeyData(StoreLocation item)
|
void |
IndexItem.setValueData(StoreLocation item)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |