Package org.apache.kafka.streams.state
Class VersionedRecord<V>
java.lang.Object
org.apache.kafka.streams.state.VersionedRecord<V>
- Type Parameters:
V- The value type
Combines a value (from a key-value record) with a timestamp, for use as the return type
from
VersionedKeyValueStore.get(Object, long) and related methods.-
Constructor Summary
ConstructorsConstructorDescriptionVersionedRecord(V value, long timestamp) Create a newVersionedRecordinstance. -
Method Summary