public interface ReturnRow extends Row
A ReturnRow instance may be used as the prevRecord parameter to methods such as TableAPI.put(Row,
ReturnRow, WriteOptions).
For best performance, it is important to choose only the properties that are required. The store is optimized to avoid I/O when the requested properties are in cache.
Note that because both properties are optional, the version property, value property, or both properties may be null.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ReturnRow.Choice
Specifies whether to return the row value, version, both or neither.
|
| Modifier and Type | Method and Description |
|---|---|
ReturnRow.Choice |
getReturnChoice()
Returns the Choice of what information is returned.
|
clone, createPrimaryKey, equals, getTable, getTableVersion, getVersioncontains, copyFrom, get, getDefinition, getFields, isEmpty, put, put, put, put, put, put, put, put, putArray, putArrayAsJson, putArrayAsJson, putEnum, putFixed, putMap, putMapAsJson, putMapAsJson, putNull, putRecord, putRecordAsJson, putRecordAsJson, remove, size, toStringasArray, asBinary, asBoolean, asDouble, asEnum, asFixedBinary, asFloat, asIndexKey, asInteger, asLong, asMap, asPrimaryKey, asRecord, asRow, asString, getType, isArray, isBinary, isBoolean, isDouble, isEnum, isFixedBinary, isFloat, isIndexKey, isInteger, isLong, isMap, isNull, isPrimaryKey, isRecord, isRow, isString, toJsonStringcompareToReturnRow.Choice getReturnChoice()
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.