|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerializingStore | |
|---|---|
| voldemort.store.serialized | A store implementation that handles serialization to bytes from rich objects. |
| Uses of SerializingStore in voldemort.store.serialized |
|---|
| Subclasses of SerializingStore in voldemort.store.serialized | |
|---|---|
class |
SerializingStorageEngine<K,V,T>
A StorageEngine that handles serialization to bytes, transforming each request to a request to StorageEngine |
| Methods in voldemort.store.serialized that return SerializingStore | ||
|---|---|---|
static
|
SerializingStore.wrap(Store<ByteArray,byte[],byte[]> s,
Serializer<K1> k,
Serializer<V1> v,
Serializer<T1> t)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||