public class ReadResult extends Object
| Constructor and Description |
|---|
ReadResult(ReadStatus status,
String tableName,
String key,
VersionedValue value) |
| Modifier and Type | Method and Description |
|---|---|
String |
key()
Returns database table key.
|
ReadStatus |
status()
Returns the status of the read operation.
|
String |
tableName()
Returns database table name.
|
String |
toString() |
VersionedValue |
value()
Returns value associated with the key.
|
boolean |
valueExists()
Returns true if database table contained value for the key.
|
public ReadResult(ReadStatus status, String tableName, String key, VersionedValue value)
public ReadStatus status()
public String tableName()
public String key()
public boolean valueExists()
public VersionedValue value()
Copyright © 2015. All rights reserved.