public static interface ClientProtos.ResultOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAssociatedCellCount()
The below count is set when the associated cells are
not part of this protobuf message; they are passed alongside
and then this Message is just a placeholder with metadata.
|
CellProtos.Cell |
getCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
int |
getCellCount()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
List<CellProtos.Cell> |
getCellList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
CellProtos.CellOrBuilder |
getCellOrBuilder(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
List<? extends CellProtos.CellOrBuilder> |
getCellOrBuilderList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
boolean |
getExists()
used for Get to check existence only.
|
boolean |
getPartial()
Whether or not the entire result could be returned.
|
boolean |
getStale()
Whether or not the results are coming from possibly stale data
|
boolean |
hasAssociatedCellCount()
The below count is set when the associated cells are
not part of this protobuf message; they are passed alongside
and then this Message is just a placeholder with metadata.
|
boolean |
hasExists()
used for Get to check existence only.
|
boolean |
hasPartial()
Whether or not the entire result could be returned.
|
boolean |
hasStale()
Whether or not the results are coming from possibly stale data
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CellProtos.Cell> getCellList()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;CellProtos.Cell getCell(int index)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;int getCellCount()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;List<? extends CellProtos.CellOrBuilder> getCellOrBuilderList()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;CellProtos.CellOrBuilder getCellOrBuilder(int index)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;boolean hasAssociatedCellCount()
The below count is set when the associated cells are not part of this protobuf message; they are passed alongside and then this Message is just a placeholder with metadata. The count is needed to know how many to peel off the block of Cells as ours. NOTE: This is different from the pb managed cell_count of the 'cell' field above which is non-null when the cells are pb'd.
optional int32 associated_cell_count = 2;int getAssociatedCellCount()
The below count is set when the associated cells are not part of this protobuf message; they are passed alongside and then this Message is just a placeholder with metadata. The count is needed to know how many to peel off the block of Cells as ours. NOTE: This is different from the pb managed cell_count of the 'cell' field above which is non-null when the cells are pb'd.
optional int32 associated_cell_count = 2;boolean hasExists()
used for Get to check existence only. Not set if existence_only was not set to true in the query.
optional bool exists = 3;boolean getExists()
used for Get to check existence only. Not set if existence_only was not set to true in the query.
optional bool exists = 3;boolean hasStale()
Whether or not the results are coming from possibly stale data
optional bool stale = 4 [default = false];boolean getStale()
Whether or not the results are coming from possibly stale data
optional bool stale = 4 [default = false];boolean hasPartial()
Whether or not the entire result could be returned. Results will be split when the RPC chunk size limit is reached. Partial results contain only a subset of the cells for a row and must be combined with a result containing the remaining cells to form a complete result. The equivalent flag in o.a.h.h.client.Result is mayHaveMoreCellsInRow.
optional bool partial = 5 [default = false];boolean getPartial()
Whether or not the entire result could be returned. Results will be split when the RPC chunk size limit is reached. Partial results contain only a subset of the cells for a row and must be combined with a result containing the remaining cells to form a complete result. The equivalent flag in o.a.h.h.client.Result is mayHaveMoreCellsInRow.
optional bool partial = 5 [default = false];Copyright © 2007–2019 Cloudera. All rights reserved.