public class SimpleJavaSerializationStore<V extends Serializable> extends BaseSimpleSerializationKeyValueStore<String,V> implements SerializedJavaKeyValueStore<String,V>
keyCache, keyObjectConverter, keyToByteArrayConverter, store, valueObjectConverter, valueToByteArrayConverter| Constructor and Description |
|---|
SimpleJavaSerializationStore(KeyValueStore<byte[],byte[]> store) |
close, isClosed, isOpen, load, loadAll, loadAllByKeys, loadAllKeys, put, putAll, remove, removeAll, search, toKeyBytes, toKeyObject, toValueBytes, toValueObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, isClosed, isOpen, load, loadAll, loadAllByKeys, loadAllKeys, put, putAll, remove, removeAll, searchpublic SimpleJavaSerializationStore(KeyValueStore<byte[],byte[]> store)
store - storeCopyright © 2014. All Rights Reserved.