Uses of Class
oracle.kv.ValueVersion
-
Uses of ValueVersion in oracle.kv
Modifier and TypeClassDescriptionclass
Used with put and delete operations to return the previous value and version.Modifier and TypeMethodDescriptionGet the value associated with the key.KVStore.get
(Key key, Consistency consistency, long timeout, TimeUnit timeoutUnit) Get the value associated with the key.Used internally to initialize the Value part of the KV pair.ValueVersion.setVersion
(Version version) Used internally to initialize the Version of the KV pair.Modifier and TypeMethodDescriptionReturns the descendant key/value pairs associated with theparentKey
.KVStore.multiGet
(Key parentKey, KeyRange subRange, Depth depth, Consistency consistency, long timeout, TimeUnit timeoutUnit) Returns the descendant key/value pairs associated with theparentKey
.