Interface TimestampedKeyValueStore<K,V>

Type Parameters:
K - The key type
V - The value type
All Superinterfaces:
KeyValueStore<K,ValueAndTimestamp<V>>, ReadOnlyKeyValueStore<K,ValueAndTimestamp<V>>, StateStore

public interface TimestampedKeyValueStore<K,V> extends KeyValueStore<K,ValueAndTimestamp<V>>
A key-(value/timestamp) store that supports put/get/delete and range queries.