V - type of value we are storing.public class SimpleJsonKeyValueStore<V> extends BaseSimpleSerializationKeyValueStore<String,V> implements JsonKeyValueStore<String,V>
KeyValueStorekeyCache, keyObjectConverter, keyToByteArrayConverter, store, valueObjectConverter, valueToByteArrayConverter| Constructor and Description |
|---|
SimpleJsonKeyValueStore(KeyValueStore store,
Class<V> cls)
Constructor to create a key / value 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 SimpleJsonKeyValueStore(KeyValueStore store, Class<V> cls)
store - store that does the actual store.cls - the class of the object that you are storing.Copyright © 2014. All Rights Reserved.