| Interface | Description |
|---|---|
| BaseStore |
The BasicStore provides core methods that all implementations MUST provide.
|
| ObjectStoreAPI |
Created by IntelliJ IDEA.
|
| ParticipantStore |
Transactional participants MUST use this type of ObjectStore.
|
| RecoveryStore |
All ObjectStore implementations that are used to drive recovery
MUST implement this interface.
|
| TxLog |
All transaction logs MUST implement this interface.
|
| Class | Description |
|---|---|
| ObjectStore |
The object store interface is the application's route to using
a specific object store implementation.
|
| ObjectStoreIterator |
Class that allows us to iterate through instances of objects that may be
stored within a specific object store.
|
| StateStatus |
The status of states in the ObjectStore.
|
| StateType |
The type of the state in the ObjectStore.
|
| StoreManager |
Single point of control for the management of storage instances.
|
Copyright © 2013. All Rights Reserved.