|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.kv.KeyValueVersion
public class KeyValueVersion
Represents a key/value pair along with its version.
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.
| Constructor Summary | |
|---|---|
KeyValueVersion(Key key,
Value value,
Version version)
Creates a KeyValueVersion with non-null properties. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KeyValueVersion(Key key,
Value value,
Version version)
| Method Detail |
|---|
public Key getKey()
public Value getValue()
public Version getVersion()
public String toString()
toString in class Object
|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||