|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
IStorageEngine<K,V> | A base storage class which is actually responsible for data persistence. |
IStore<K,V> | The basic interface used for storage and storage decorators. |
Class Summary | |
---|---|
DerbySlf4jBridge | Funnels Derby log outputs into an SLF4J logger. |
DerbySlf4jBridge.LoggingWriter | A basic adapter that funnels Derby's logs through an SLF4J logger. |
InMemoryStorageEngine<K,V> | A simple non-persistent, in-memory store. |
JacksonStore<K,V> | A store that will serialize and deserialize objects to JSON using Jackson |
JavaDBStorageEngine | Persistent storage engine that keeps its data in a JDB database |
ListenerStorageEngine | A storage engine that proxies to another storage engine and notifies registered listeners of changes |
MappingStoreListener | A class that will map from the raw serialized keys to the appropriate key type for a store listener |
StoreUtils | Group of store utilities |
SynchronizingStorageEngine | This storage engine will asynchronously replicate its data to the other nodes in the cluster based on the scope of the s |
VCVersioned<T> |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |