public class Stores extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Stores.InMemoryKeyValueFactory<K,V>
The interface used to create in-memory key-value stores.
|
static interface |
Stores.KeyValueFactory<K,V> |
static interface |
Stores.PersistentKeyValueFactory<K,V>
The interface used to create off-heap key-value stores that use a local database.
|
static class |
Stores.StoreFactory |
static class |
Stores.ValueFactory<K>
The factory for creating off-heap key-value stores.
|
Constructor and Description |
---|
Stores() |
public static Stores.StoreFactory create(String name)
StateStoreSupplier
instance.name
- the name of the store