| Interface | Description |
|---|---|
| SerializedJavaKeyValueStore<K,V> |
This is a marker interface of sorts for serialized java object stores.
|
| Class | Description |
|---|---|
| BinaryVersionedStore |
Created by Richard on 9/23/14.
|
| InMemoryStringKeyValueStore |
This is mostly for testing.
|
| SimpleJavaSerializationStore<V extends Serializable> |
This is done mostly to benchmark it against Kryo to show how awesome Kryo is.
|
| SimpleJsonKeyValueStore<V> |
This marries a store to the Boon JSON parser and the Boon JSON valueObjectConverter.
|
| SimpleKryoKeyValueStore<V extends Serializable> |
This marries a key value store with Kryo for valueObjectConverter and valueSerializer support.
|
| SimpleStringKeyValueStore |
This represents a simple key / value store for strings.
|
Copyright © 2014. All Rights Reserved.