public interface RowReader extends RowOperation
Acts as a single component within a TableReader container and
encapsulates the HBase client Get operation for use in read operations across multiple logical
entities within a graph row.
TableReader| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Frees resources associated with this.
|
org.plasma.sdo.PlasmaType |
decodeType(byte[] typeBytes) |
boolean |
edgeExists(org.plasma.sdo.PlasmaType type,
org.plasma.sdo.PlasmaProperty property,
long sequence) |
EdgeReader |
getEdgeReader(org.plasma.sdo.PlasmaType type,
org.plasma.sdo.PlasmaProperty property,
long sequence) |
CellValues |
getRow() |
TableReader |
getTableReader() |
getMappingContextaddDataObject, addDataObject, contains, contains, contains, contains, getColumnKeyFactory, getDataGraph, getDataObject, getDataObject, getRootDataObject, getRootType, getRowKey, getSequenceMappingCellValues getRow()
TableReader getTableReader()
EdgeReader getEdgeReader(org.plasma.sdo.PlasmaType type, org.plasma.sdo.PlasmaProperty property, long sequence) throws IOException
IOExceptionboolean edgeExists(org.plasma.sdo.PlasmaType type,
org.plasma.sdo.PlasmaProperty property,
long sequence)
throws IOException
IOExceptionvoid clear()
org.plasma.sdo.PlasmaType decodeType(byte[] typeBytes)
Copyright © 2021. All Rights Reserved.