| Interface | Description |
|---|---|
| IndexMBean |
Index MBean
|
| ListContainer<V> |
Represents a container of persistent objects in the store Acts as a map, but
values can be retrieved in insertion order
|
| MapContainer<K,V> |
Represents a container of persistent objects in the store Acts as a map, but
values can be retrieved in insertion order
|
| Marshaller<T> |
Marshaller for marshalling in/out objects to a RawContainer
|
| Store |
A Store is holds persistent containers
|
| StoreEntry |
Entry for Store data
|
| StoreLocation |
Location of a data in the Store
|
| Class | Description |
|---|---|
| BytesMarshaller |
Implementation of a Marshaller for byte arrays
|
| CommandMarshaller |
Marshall a Message or a MessageReference
|
| ContainerId |
Used by RootContainers
|
| MessageAckWithLocation | |
| MessageIdMarshaller |
Implementation of a Marshaller for MessageIds
|
| MessageMarshaller |
Implementation of a Marshaller for MessageIds
|
| ObjectMarshaller |
Implementation of a Marshaller for Objects
|
| StoreFactory |
Factory for creating stores
|
| StringMarshaller |
Implementation of a Marshaller for Strings
|
| Exception | Description |
|---|---|
| RuntimeStoreException |
Runtime exception for the Store
|
fast message persistence implementation
Copyright © 2005–2017. All rights reserved.