|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreLocation | |
---|---|
org.apache.activemq.kaha | fast message persistence implementation |
org.apache.activemq.kaha.impl.data | |
org.apache.activemq.kaha.impl.index |
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.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 |
DataManager.storeDataItem(Marshaller marshaller,
Object payload)
|
StoreLocation |
DataManager.storeRedoItem(Object payload)
|
Methods in org.apache.activemq.kaha.impl.data with parameters of type StoreLocation | |
---|---|
void |
RedoListener.onRedoItem(StoreLocation item,
Object object)
|
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.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 |