public class KeyValueVersion
extends java.lang.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 | 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.
|
java.lang.String |
toString() |
public Key getKey()
public Value getValue()
public Version getVersion()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.