V - type of value we are storing.public class SimpleKryoKeyValueStore<V extends Serializable> extends BaseSimpleSerializationKeyValueStore<String,V> implements SerializedJavaKeyValueStore<String,V>
KeyValueStorekeyCache, keyObjectConverter, keyToByteArrayConverter, store, valueObjectConverter, valueToByteArrayConverter| Constructor and Description |
|---|
SimpleKryoKeyValueStore(KeyValueStore<byte[],byte[]> store,
Class<V> type) |
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 SimpleKryoKeyValueStore(KeyValueStore<byte[],byte[]> store, Class<V> type)
store - storetype - typeCopyright © 2014. All Rights Reserved.