|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataStore | |
---|---|
krati.sos | |
krati.store |
Uses of DataStore in krati.sos |
---|
Subinterfaces of DataStore in krati.sos | |
---|---|
interface |
ObjectStore<K,V>
ObjectStore |
Classes in krati.sos that implement DataStore | |
---|---|
class |
ObjectStoreAgent<K,V>
ObjectStoreAgent: An agent that wraps an ObjectStore can have inbound and outbound ObjectHandler(s). |
class |
SerializableObjectStore<K,V>
A key-value store for serializable objects. |
Fields in krati.sos declared as DataStore | |
---|---|
protected DataStore<byte[],byte[]> |
SerializableObjectStore._store
|
Methods in krati.sos that return DataStore | |
---|---|
protected DataStore<byte[],byte[]> |
SerializableObjectStore.getContentStore()
|
Constructors in krati.sos with parameters of type DataStore | |
---|---|
SerializableObjectStore(DataStore<byte[],byte[]> store,
ObjectSerializer<K> keySerializer,
ObjectSerializer<V> valSerializer)
Constructs a key-value store for serializable objects. |
Uses of DataStore in krati.store |
---|
Classes in krati.store that implement DataStore | |
---|---|
class |
DynamicDataStore
DynamicDataStore is implemented using Linear Hashing. |
class |
IndexedDataStore
IndexedDataStore. |
class |
StaticDataStore
A simple implementation of key value store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |