public static final class ClientProtos.ScanResponse.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder> implements ClientProtos.ScanResponseOrBuilder
The scan response. If there are no more results, more_results will be false. If it is not specified, it means there are more.Protobuf type
hbase.pb.ScanResponse| Modifier and Type | Method and Description |
|---|---|
ClientProtos.ScanResponse.Builder |
addAllCellsPerResult(Iterable<? extends Integer> values)
This field is filled in if we are doing cellblocks.
|
ClientProtos.ScanResponse.Builder |
addAllPartialFlagPerResult(Iterable<? extends Boolean> values)
This field is filled in if we are doing cellblocks.
|
ClientProtos.ScanResponse.Builder |
addAllResults(Iterable<? extends ClientProtos.Result> values)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.ScanResponse.Builder |
addCellsPerResult(int value)
This field is filled in if we are doing cellblocks.
|
ClientProtos.ScanResponse.Builder |
addPartialFlagPerResult(boolean value)
This field is filled in if we are doing cellblocks.
|
ClientProtos.ScanResponse.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.ScanResponse.Builder |
addResults(ClientProtos.Result.Builder builderForValue)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.ScanResponse.Builder |
addResults(ClientProtos.Result value)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.ScanResponse.Builder |
addResults(int index,
ClientProtos.Result.Builder builderForValue)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.ScanResponse.Builder |
addResults(int index,
ClientProtos.Result value)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.Result.Builder |
addResultsBuilder()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.Result.Builder |
addResultsBuilder(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.ScanResponse |
build() |
ClientProtos.ScanResponse |
buildPartial() |
ClientProtos.ScanResponse.Builder |
clear() |
ClientProtos.ScanResponse.Builder |
clearCellsPerResult()
This field is filled in if we are doing cellblocks.
|
ClientProtos.ScanResponse.Builder |
clearCursor()
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
ClientProtos.ScanResponse.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
ClientProtos.ScanResponse.Builder |
clearHeartbeatMessage()
This field is filled in if the server is sending back a heartbeat message.
|
ClientProtos.ScanResponse.Builder |
clearMoreResults()
optional bool more_results = 3; |
ClientProtos.ScanResponse.Builder |
clearMoreResultsInRegion()
A server may choose to limit the number of results returned to the client for
reasons such as the size in bytes or quantity of results accumulated.
|
ClientProtos.ScanResponse.Builder |
clearMvccReadPoint()
The mvcc read point which is used to open the scanner at server side.
|
ClientProtos.ScanResponse.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ClientProtos.ScanResponse.Builder |
clearPartialFlagPerResult()
This field is filled in if we are doing cellblocks.
|
ClientProtos.ScanResponse.Builder |
clearResults()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.ScanResponse.Builder |
clearScanMetrics()
This field is filled in if the client has requested that scan metrics be tracked.
|
ClientProtos.ScanResponse.Builder |
clearScannerId()
optional uint64 scanner_id = 2; |
ClientProtos.ScanResponse.Builder |
clearStale()
optional bool stale = 6; |
ClientProtos.ScanResponse.Builder |
clearTtl()
optional uint32 ttl = 4; |
ClientProtos.ScanResponse.Builder |
clone() |
int |
getCellsPerResult(int index)
This field is filled in if we are doing cellblocks.
|
int |
getCellsPerResultCount()
This field is filled in if we are doing cellblocks.
|
List<Integer> |
getCellsPerResultList()
This field is filled in if we are doing cellblocks.
|
ClientProtos.Cursor |
getCursor()
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
ClientProtos.Cursor.Builder |
getCursorBuilder()
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
ClientProtos.CursorOrBuilder |
getCursorOrBuilder()
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
ClientProtos.ScanResponse |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getHeartbeatMessage()
This field is filled in if the server is sending back a heartbeat message.
|
boolean |
getMoreResults()
optional bool more_results = 3; |
boolean |
getMoreResultsInRegion()
A server may choose to limit the number of results returned to the client for
reasons such as the size in bytes or quantity of results accumulated.
|
long |
getMvccReadPoint()
The mvcc read point which is used to open the scanner at server side.
|
boolean |
getPartialFlagPerResult(int index)
This field is filled in if we are doing cellblocks.
|
int |
getPartialFlagPerResultCount()
This field is filled in if we are doing cellblocks.
|
List<Boolean> |
getPartialFlagPerResultList()
This field is filled in if we are doing cellblocks.
|
ClientProtos.Result |
getResults(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.Result.Builder |
getResultsBuilder(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
List<ClientProtos.Result.Builder> |
getResultsBuilderList()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
int |
getResultsCount()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
List<ClientProtos.Result> |
getResultsList()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.ResultOrBuilder |
getResultsOrBuilder(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
List<? extends ClientProtos.ResultOrBuilder> |
getResultsOrBuilderList()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
MapReduceProtos.ScanMetrics |
getScanMetrics()
This field is filled in if the client has requested that scan metrics be tracked.
|
MapReduceProtos.ScanMetrics.Builder |
getScanMetricsBuilder()
This field is filled in if the client has requested that scan metrics be tracked.
|
MapReduceProtos.ScanMetricsOrBuilder |
getScanMetricsOrBuilder()
This field is filled in if the client has requested that scan metrics be tracked.
|
long |
getScannerId()
optional uint64 scanner_id = 2; |
boolean |
getStale()
optional bool stale = 6; |
int |
getTtl()
optional uint32 ttl = 4; |
boolean |
hasCursor()
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
boolean |
hasHeartbeatMessage()
This field is filled in if the server is sending back a heartbeat message.
|
boolean |
hasMoreResults()
optional bool more_results = 3; |
boolean |
hasMoreResultsInRegion()
A server may choose to limit the number of results returned to the client for
reasons such as the size in bytes or quantity of results accumulated.
|
boolean |
hasMvccReadPoint()
The mvcc read point which is used to open the scanner at server side.
|
boolean |
hasScanMetrics()
This field is filled in if the client has requested that scan metrics be tracked.
|
boolean |
hasScannerId()
optional uint64 scanner_id = 2; |
boolean |
hasStale()
optional bool stale = 6; |
boolean |
hasTtl()
optional uint32 ttl = 4; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClientProtos.ScanResponse.Builder |
mergeCursor(ClientProtos.Cursor value)
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
ClientProtos.ScanResponse.Builder |
mergeFrom(ClientProtos.ScanResponse other) |
ClientProtos.ScanResponse.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.ScanResponse.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
ClientProtos.ScanResponse.Builder |
mergeScanMetrics(MapReduceProtos.ScanMetrics value)
This field is filled in if the client has requested that scan metrics be tracked.
|
ClientProtos.ScanResponse.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
ClientProtos.ScanResponse.Builder |
removeResults(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.ScanResponse.Builder |
setCellsPerResult(int index,
int value)
This field is filled in if we are doing cellblocks.
|
ClientProtos.ScanResponse.Builder |
setCursor(ClientProtos.Cursor.Builder builderForValue)
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
ClientProtos.ScanResponse.Builder |
setCursor(ClientProtos.Cursor value)
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
ClientProtos.ScanResponse.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.ScanResponse.Builder |
setHeartbeatMessage(boolean value)
This field is filled in if the server is sending back a heartbeat message.
|
ClientProtos.ScanResponse.Builder |
setMoreResults(boolean value)
optional bool more_results = 3; |
ClientProtos.ScanResponse.Builder |
setMoreResultsInRegion(boolean value)
A server may choose to limit the number of results returned to the client for
reasons such as the size in bytes or quantity of results accumulated.
|
ClientProtos.ScanResponse.Builder |
setMvccReadPoint(long value)
The mvcc read point which is used to open the scanner at server side.
|
ClientProtos.ScanResponse.Builder |
setPartialFlagPerResult(int index,
boolean value)
This field is filled in if we are doing cellblocks.
|
ClientProtos.ScanResponse.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ClientProtos.ScanResponse.Builder |
setResults(int index,
ClientProtos.Result.Builder builderForValue)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.ScanResponse.Builder |
setResults(int index,
ClientProtos.Result value)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.ScanResponse.Builder |
setScanMetrics(MapReduceProtos.ScanMetrics.Builder builderForValue)
This field is filled in if the client has requested that scan metrics be tracked.
|
ClientProtos.ScanResponse.Builder |
setScanMetrics(MapReduceProtos.ScanMetrics value)
This field is filled in if the client has requested that scan metrics be tracked.
|
ClientProtos.ScanResponse.Builder |
setScannerId(long value)
optional uint64 scanner_id = 2; |
ClientProtos.ScanResponse.Builder |
setStale(boolean value)
optional bool stale = 6; |
ClientProtos.ScanResponse.Builder |
setTtl(int value)
optional uint32 ttl = 4; |
ClientProtos.ScanResponse.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>public ClientProtos.ScanResponse.Builder clear()
clear in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>public ClientProtos.ScanResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic ClientProtos.ScanResponse build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.ScanResponse buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.ScanResponse.Builder clone()
clone in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>public ClientProtos.ScanResponse.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>public ClientProtos.ScanResponse.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>public ClientProtos.ScanResponse.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>public ClientProtos.ScanResponse.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>public ClientProtos.ScanResponse.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>public ClientProtos.ScanResponse.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ClientProtos.ScanResponse.Builder>public ClientProtos.ScanResponse.Builder mergeFrom(ClientProtos.ScanResponse other)
public final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>public ClientProtos.ScanResponse.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ClientProtos.ScanResponse.Builder>IOExceptionpublic List<Integer> getCellsPerResultList()
This field is filled in if we are doing cellblocks. A cellblock is made up of all Cells serialized out as one cellblock BUT responses from a server have their Cells grouped by Result. So we can reconstitute the Results on the client-side, this field is a list of counts of Cells in each Result that makes up the response. For example, if this field has 3, 3, 3 in it, then we know that on the client, we are to make three Results each of three Cells each.
repeated uint32 cells_per_result = 1;getCellsPerResultList in interface ClientProtos.ScanResponseOrBuilderpublic int getCellsPerResultCount()
This field is filled in if we are doing cellblocks. A cellblock is made up of all Cells serialized out as one cellblock BUT responses from a server have their Cells grouped by Result. So we can reconstitute the Results on the client-side, this field is a list of counts of Cells in each Result that makes up the response. For example, if this field has 3, 3, 3 in it, then we know that on the client, we are to make three Results each of three Cells each.
repeated uint32 cells_per_result = 1;getCellsPerResultCount in interface ClientProtos.ScanResponseOrBuilderpublic int getCellsPerResult(int index)
This field is filled in if we are doing cellblocks. A cellblock is made up of all Cells serialized out as one cellblock BUT responses from a server have their Cells grouped by Result. So we can reconstitute the Results on the client-side, this field is a list of counts of Cells in each Result that makes up the response. For example, if this field has 3, 3, 3 in it, then we know that on the client, we are to make three Results each of three Cells each.
repeated uint32 cells_per_result = 1;getCellsPerResult in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setCellsPerResult(int index, int value)
This field is filled in if we are doing cellblocks. A cellblock is made up of all Cells serialized out as one cellblock BUT responses from a server have their Cells grouped by Result. So we can reconstitute the Results on the client-side, this field is a list of counts of Cells in each Result that makes up the response. For example, if this field has 3, 3, 3 in it, then we know that on the client, we are to make three Results each of three Cells each.
repeated uint32 cells_per_result = 1;public ClientProtos.ScanResponse.Builder addCellsPerResult(int value)
This field is filled in if we are doing cellblocks. A cellblock is made up of all Cells serialized out as one cellblock BUT responses from a server have their Cells grouped by Result. So we can reconstitute the Results on the client-side, this field is a list of counts of Cells in each Result that makes up the response. For example, if this field has 3, 3, 3 in it, then we know that on the client, we are to make three Results each of three Cells each.
repeated uint32 cells_per_result = 1;public ClientProtos.ScanResponse.Builder addAllCellsPerResult(Iterable<? extends Integer> values)
This field is filled in if we are doing cellblocks. A cellblock is made up of all Cells serialized out as one cellblock BUT responses from a server have their Cells grouped by Result. So we can reconstitute the Results on the client-side, this field is a list of counts of Cells in each Result that makes up the response. For example, if this field has 3, 3, 3 in it, then we know that on the client, we are to make three Results each of three Cells each.
repeated uint32 cells_per_result = 1;public ClientProtos.ScanResponse.Builder clearCellsPerResult()
This field is filled in if we are doing cellblocks. A cellblock is made up of all Cells serialized out as one cellblock BUT responses from a server have their Cells grouped by Result. So we can reconstitute the Results on the client-side, this field is a list of counts of Cells in each Result that makes up the response. For example, if this field has 3, 3, 3 in it, then we know that on the client, we are to make three Results each of three Cells each.
repeated uint32 cells_per_result = 1;public boolean hasScannerId()
optional uint64 scanner_id = 2;hasScannerId in interface ClientProtos.ScanResponseOrBuilderpublic long getScannerId()
optional uint64 scanner_id = 2;getScannerId in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setScannerId(long value)
optional uint64 scanner_id = 2;public ClientProtos.ScanResponse.Builder clearScannerId()
optional uint64 scanner_id = 2;public boolean hasMoreResults()
optional bool more_results = 3;hasMoreResults in interface ClientProtos.ScanResponseOrBuilderpublic boolean getMoreResults()
optional bool more_results = 3;getMoreResults in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setMoreResults(boolean value)
optional bool more_results = 3;public ClientProtos.ScanResponse.Builder clearMoreResults()
optional bool more_results = 3;public boolean hasTtl()
optional uint32 ttl = 4;hasTtl in interface ClientProtos.ScanResponseOrBuilderpublic int getTtl()
optional uint32 ttl = 4;getTtl in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setTtl(int value)
optional uint32 ttl = 4;public ClientProtos.ScanResponse.Builder clearTtl()
optional uint32 ttl = 4;public List<ClientProtos.Result> getResultsList()
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;getResultsList in interface ClientProtos.ScanResponseOrBuilderpublic int getResultsCount()
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;getResultsCount in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.Result getResults(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;getResults in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setResults(int index, ClientProtos.Result value)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public ClientProtos.ScanResponse.Builder setResults(int index, ClientProtos.Result.Builder builderForValue)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public ClientProtos.ScanResponse.Builder addResults(ClientProtos.Result value)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public ClientProtos.ScanResponse.Builder addResults(int index, ClientProtos.Result value)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public ClientProtos.ScanResponse.Builder addResults(ClientProtos.Result.Builder builderForValue)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public ClientProtos.ScanResponse.Builder addResults(int index, ClientProtos.Result.Builder builderForValue)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public ClientProtos.ScanResponse.Builder addAllResults(Iterable<? extends ClientProtos.Result> values)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public ClientProtos.ScanResponse.Builder clearResults()
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public ClientProtos.ScanResponse.Builder removeResults(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public ClientProtos.Result.Builder getResultsBuilder(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public ClientProtos.ResultOrBuilder getResultsOrBuilder(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;getResultsOrBuilder in interface ClientProtos.ScanResponseOrBuilderpublic List<? extends ClientProtos.ResultOrBuilder> getResultsOrBuilderList()
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;getResultsOrBuilderList in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.Result.Builder addResultsBuilder()
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public ClientProtos.Result.Builder addResultsBuilder(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public List<ClientProtos.Result.Builder> getResultsBuilderList()
If cells are not carried in an accompanying cellblock, then they are pb'd here. This field is mutually exclusive with cells_per_result (since the Cells will be inside the pb'd Result)
repeated .hbase.pb.Result results = 5;public boolean hasStale()
optional bool stale = 6;hasStale in interface ClientProtos.ScanResponseOrBuilderpublic boolean getStale()
optional bool stale = 6;getStale in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setStale(boolean value)
optional bool stale = 6;public ClientProtos.ScanResponse.Builder clearStale()
optional bool stale = 6;public List<Boolean> getPartialFlagPerResultList()
This field is filled in if we are doing cellblocks. In the event that a row could not fit all of its cells into a single RPC chunk, the results will be returned as partials, and reconstructed into a complete result on the client side. This field is a list of flags indicating whether or not the result that the cells belong to is a partial result. For example, if this field has false, false, true in it, then we know that on the client side, we need to make another RPC request since the last result was only a partial.
repeated bool partial_flag_per_result = 7;getPartialFlagPerResultList in interface ClientProtos.ScanResponseOrBuilderpublic int getPartialFlagPerResultCount()
This field is filled in if we are doing cellblocks. In the event that a row could not fit all of its cells into a single RPC chunk, the results will be returned as partials, and reconstructed into a complete result on the client side. This field is a list of flags indicating whether or not the result that the cells belong to is a partial result. For example, if this field has false, false, true in it, then we know that on the client side, we need to make another RPC request since the last result was only a partial.
repeated bool partial_flag_per_result = 7;getPartialFlagPerResultCount in interface ClientProtos.ScanResponseOrBuilderpublic boolean getPartialFlagPerResult(int index)
This field is filled in if we are doing cellblocks. In the event that a row could not fit all of its cells into a single RPC chunk, the results will be returned as partials, and reconstructed into a complete result on the client side. This field is a list of flags indicating whether or not the result that the cells belong to is a partial result. For example, if this field has false, false, true in it, then we know that on the client side, we need to make another RPC request since the last result was only a partial.
repeated bool partial_flag_per_result = 7;getPartialFlagPerResult in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setPartialFlagPerResult(int index, boolean value)
This field is filled in if we are doing cellblocks. In the event that a row could not fit all of its cells into a single RPC chunk, the results will be returned as partials, and reconstructed into a complete result on the client side. This field is a list of flags indicating whether or not the result that the cells belong to is a partial result. For example, if this field has false, false, true in it, then we know that on the client side, we need to make another RPC request since the last result was only a partial.
repeated bool partial_flag_per_result = 7;public ClientProtos.ScanResponse.Builder addPartialFlagPerResult(boolean value)
This field is filled in if we are doing cellblocks. In the event that a row could not fit all of its cells into a single RPC chunk, the results will be returned as partials, and reconstructed into a complete result on the client side. This field is a list of flags indicating whether or not the result that the cells belong to is a partial result. For example, if this field has false, false, true in it, then we know that on the client side, we need to make another RPC request since the last result was only a partial.
repeated bool partial_flag_per_result = 7;public ClientProtos.ScanResponse.Builder addAllPartialFlagPerResult(Iterable<? extends Boolean> values)
This field is filled in if we are doing cellblocks. In the event that a row could not fit all of its cells into a single RPC chunk, the results will be returned as partials, and reconstructed into a complete result on the client side. This field is a list of flags indicating whether or not the result that the cells belong to is a partial result. For example, if this field has false, false, true in it, then we know that on the client side, we need to make another RPC request since the last result was only a partial.
repeated bool partial_flag_per_result = 7;public ClientProtos.ScanResponse.Builder clearPartialFlagPerResult()
This field is filled in if we are doing cellblocks. In the event that a row could not fit all of its cells into a single RPC chunk, the results will be returned as partials, and reconstructed into a complete result on the client side. This field is a list of flags indicating whether or not the result that the cells belong to is a partial result. For example, if this field has false, false, true in it, then we know that on the client side, we need to make another RPC request since the last result was only a partial.
repeated bool partial_flag_per_result = 7;public boolean hasMoreResultsInRegion()
A server may choose to limit the number of results returned to the client for reasons such as the size in bytes or quantity of results accumulated. This field will true when more results exist in the current region.
optional bool more_results_in_region = 8;hasMoreResultsInRegion in interface ClientProtos.ScanResponseOrBuilderpublic boolean getMoreResultsInRegion()
A server may choose to limit the number of results returned to the client for reasons such as the size in bytes or quantity of results accumulated. This field will true when more results exist in the current region.
optional bool more_results_in_region = 8;getMoreResultsInRegion in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setMoreResultsInRegion(boolean value)
A server may choose to limit the number of results returned to the client for reasons such as the size in bytes or quantity of results accumulated. This field will true when more results exist in the current region.
optional bool more_results_in_region = 8;public ClientProtos.ScanResponse.Builder clearMoreResultsInRegion()
A server may choose to limit the number of results returned to the client for reasons such as the size in bytes or quantity of results accumulated. This field will true when more results exist in the current region.
optional bool more_results_in_region = 8;public boolean hasHeartbeatMessage()
This field is filled in if the server is sending back a heartbeat message. Heartbeat messages are sent back to the client to prevent the scanner from timing out. Seeing a heartbeat message communicates to the Client that the server would have continued to scan had the time limit not been reached.
optional bool heartbeat_message = 9;hasHeartbeatMessage in interface ClientProtos.ScanResponseOrBuilderpublic boolean getHeartbeatMessage()
This field is filled in if the server is sending back a heartbeat message. Heartbeat messages are sent back to the client to prevent the scanner from timing out. Seeing a heartbeat message communicates to the Client that the server would have continued to scan had the time limit not been reached.
optional bool heartbeat_message = 9;getHeartbeatMessage in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setHeartbeatMessage(boolean value)
This field is filled in if the server is sending back a heartbeat message. Heartbeat messages are sent back to the client to prevent the scanner from timing out. Seeing a heartbeat message communicates to the Client that the server would have continued to scan had the time limit not been reached.
optional bool heartbeat_message = 9;public ClientProtos.ScanResponse.Builder clearHeartbeatMessage()
This field is filled in if the server is sending back a heartbeat message. Heartbeat messages are sent back to the client to prevent the scanner from timing out. Seeing a heartbeat message communicates to the Client that the server would have continued to scan had the time limit not been reached.
optional bool heartbeat_message = 9;public boolean hasScanMetrics()
This field is filled in if the client has requested that scan metrics be tracked. The metrics tracked here are sent back to the client to be tracked together with the existing client side metrics.
optional .hbase.pb.ScanMetrics scan_metrics = 10;hasScanMetrics in interface ClientProtos.ScanResponseOrBuilderpublic MapReduceProtos.ScanMetrics getScanMetrics()
This field is filled in if the client has requested that scan metrics be tracked. The metrics tracked here are sent back to the client to be tracked together with the existing client side metrics.
optional .hbase.pb.ScanMetrics scan_metrics = 10;getScanMetrics in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setScanMetrics(MapReduceProtos.ScanMetrics value)
This field is filled in if the client has requested that scan metrics be tracked. The metrics tracked here are sent back to the client to be tracked together with the existing client side metrics.
optional .hbase.pb.ScanMetrics scan_metrics = 10;public ClientProtos.ScanResponse.Builder setScanMetrics(MapReduceProtos.ScanMetrics.Builder builderForValue)
This field is filled in if the client has requested that scan metrics be tracked. The metrics tracked here are sent back to the client to be tracked together with the existing client side metrics.
optional .hbase.pb.ScanMetrics scan_metrics = 10;public ClientProtos.ScanResponse.Builder mergeScanMetrics(MapReduceProtos.ScanMetrics value)
This field is filled in if the client has requested that scan metrics be tracked. The metrics tracked here are sent back to the client to be tracked together with the existing client side metrics.
optional .hbase.pb.ScanMetrics scan_metrics = 10;public ClientProtos.ScanResponse.Builder clearScanMetrics()
This field is filled in if the client has requested that scan metrics be tracked. The metrics tracked here are sent back to the client to be tracked together with the existing client side metrics.
optional .hbase.pb.ScanMetrics scan_metrics = 10;public MapReduceProtos.ScanMetrics.Builder getScanMetricsBuilder()
This field is filled in if the client has requested that scan metrics be tracked. The metrics tracked here are sent back to the client to be tracked together with the existing client side metrics.
optional .hbase.pb.ScanMetrics scan_metrics = 10;public MapReduceProtos.ScanMetricsOrBuilder getScanMetricsOrBuilder()
This field is filled in if the client has requested that scan metrics be tracked. The metrics tracked here are sent back to the client to be tracked together with the existing client side metrics.
optional .hbase.pb.ScanMetrics scan_metrics = 10;getScanMetricsOrBuilder in interface ClientProtos.ScanResponseOrBuilderpublic boolean hasMvccReadPoint()
The mvcc read point which is used to open the scanner at server side. Client can make use of this mvcc_read_point when restarting a scanner to get a consistent view of a row.
optional uint64 mvcc_read_point = 11 [default = 0];hasMvccReadPoint in interface ClientProtos.ScanResponseOrBuilderpublic long getMvccReadPoint()
The mvcc read point which is used to open the scanner at server side. Client can make use of this mvcc_read_point when restarting a scanner to get a consistent view of a row.
optional uint64 mvcc_read_point = 11 [default = 0];getMvccReadPoint in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setMvccReadPoint(long value)
The mvcc read point which is used to open the scanner at server side. Client can make use of this mvcc_read_point when restarting a scanner to get a consistent view of a row.
optional uint64 mvcc_read_point = 11 [default = 0];public ClientProtos.ScanResponse.Builder clearMvccReadPoint()
The mvcc read point which is used to open the scanner at server side. Client can make use of this mvcc_read_point when restarting a scanner to get a consistent view of a row.
optional uint64 mvcc_read_point = 11 [default = 0];public boolean hasCursor()
If the Scan need cursor, return the row key we are scanning in heartbeat message. If the Scan doesn't need a cursor, don't set this field to reduce network IO.
optional .hbase.pb.Cursor cursor = 12;hasCursor in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.Cursor getCursor()
If the Scan need cursor, return the row key we are scanning in heartbeat message. If the Scan doesn't need a cursor, don't set this field to reduce network IO.
optional .hbase.pb.Cursor cursor = 12;getCursor in interface ClientProtos.ScanResponseOrBuilderpublic ClientProtos.ScanResponse.Builder setCursor(ClientProtos.Cursor value)
If the Scan need cursor, return the row key we are scanning in heartbeat message. If the Scan doesn't need a cursor, don't set this field to reduce network IO.
optional .hbase.pb.Cursor cursor = 12;public ClientProtos.ScanResponse.Builder setCursor(ClientProtos.Cursor.Builder builderForValue)
If the Scan need cursor, return the row key we are scanning in heartbeat message. If the Scan doesn't need a cursor, don't set this field to reduce network IO.
optional .hbase.pb.Cursor cursor = 12;public ClientProtos.ScanResponse.Builder mergeCursor(ClientProtos.Cursor value)
If the Scan need cursor, return the row key we are scanning in heartbeat message. If the Scan doesn't need a cursor, don't set this field to reduce network IO.
optional .hbase.pb.Cursor cursor = 12;public ClientProtos.ScanResponse.Builder clearCursor()
If the Scan need cursor, return the row key we are scanning in heartbeat message. If the Scan doesn't need a cursor, don't set this field to reduce network IO.
optional .hbase.pb.Cursor cursor = 12;public ClientProtos.Cursor.Builder getCursorBuilder()
If the Scan need cursor, return the row key we are scanning in heartbeat message. If the Scan doesn't need a cursor, don't set this field to reduce network IO.
optional .hbase.pb.Cursor cursor = 12;public ClientProtos.CursorOrBuilder getCursorOrBuilder()
If the Scan need cursor, return the row key we are scanning in heartbeat message. If the Scan doesn't need a cursor, don't set this field to reduce network IO.
optional .hbase.pb.Cursor cursor = 12;getCursorOrBuilder in interface ClientProtos.ScanResponseOrBuilderpublic final ClientProtos.ScanResponse.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>public final ClientProtos.ScanResponse.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.ScanResponse.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.