public class KeyValueVersion extends Object
A KeyValueVersion instance is returned by methods such as KVStore.storeIterator(Direction, int) and KVStore.multiGetIterator(Direction, int, Key, KeyRange, Depth). The key,
version and value properties will always be non-null.
| Modifier and Type | Method and Description |
|---|---|
Key |
getKey()
Returns the Key part of the KV pair.
|
Value |
getValue()
Returns the Value part of the KV pair.
|
Version |
getVersion()
Returns the Version of the KV pair.
|
String |
toString() |
Copyright (c) 2011, 2017 Oracle and/or its affiliates. All rights reserved.