Interface TimestampedKeyValueStoreWithHeaders<K,V>

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

public interface TimestampedKeyValueStoreWithHeaders<K,V> extends KeyValueStore<K,ValueTimestampHeaders<V>>
A key-(value/timestamp/headers) store that supports put/get/delete.