Uses of Class
voldemort.store.serialized.SerializingStore

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
<K1,V1,T1> SerializingStore<K1,V1,T1>
SerializingStore.wrap(Store<ByteArray,byte[],byte[]> s, Serializer<K1> k, Serializer<V1> v, Serializer<T1> t)
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu