Interface TimestampedKeyValueStore<K,V>
- Type Parameters:
K- The key typeV- The value type
- All Superinterfaces:
KeyValueStore<K, ValueAndTimestamp<V>>, ReadOnlyKeyValueStore<K, ValueAndTimestamp<V>>, StateStore
A key-(value/timestamp) store that supports put/get/delete and range queries.
-
Method Summary
Methods inherited from interface KeyValueStore
delete, put, putAll, putIfAbsentMethods inherited from interface ReadOnlyKeyValueStore
all, approximateNumEntries, get, prefixScan, range, reverseAll, reverseRangeMethods inherited from interface StateStore
close, flush, getPosition, init, isOpen, name, persistent, query