public static final class ClientProtos.Result.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Result.Builder> implements ClientProtos.ResultOrBuilder
hbase.pb.Result| Modifier and Type | Method and Description |
|---|---|
ClientProtos.Result.Builder |
addAllCell(Iterable<? extends CellProtos.Cell> values)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientProtos.Result.Builder |
addCell(CellProtos.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientProtos.Result.Builder |
addCell(CellProtos.Cell value)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientProtos.Result.Builder |
addCell(int index,
CellProtos.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientProtos.Result.Builder |
addCell(int index,
CellProtos.Cell value)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
CellProtos.Cell.Builder |
addCellBuilder()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
CellProtos.Cell.Builder |
addCellBuilder(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientProtos.Result.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.Result |
build() |
ClientProtos.Result |
buildPartial() |
ClientProtos.Result.Builder |
clear() |
ClientProtos.Result.Builder |
clearAssociatedCellCount()
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.
|
ClientProtos.Result.Builder |
clearCell()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientProtos.Result.Builder |
clearExists()
used for Get to check existence only.
|
ClientProtos.Result.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
ClientProtos.Result.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ClientProtos.Result.Builder |
clearPartial()
Whether or not the entire result could be returned.
|
ClientProtos.Result.Builder |
clearStale()
Whether or not the results are coming from possibly stale data
|
ClientProtos.Result.Builder |
clone() |
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.
|
CellProtos.Cell.Builder |
getCellBuilder(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
List<CellProtos.Cell.Builder> |
getCellBuilderList()
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.
|
ClientProtos.Result |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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
|
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClientProtos.Result.Builder |
mergeFrom(ClientProtos.Result other) |
ClientProtos.Result.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.Result.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
ClientProtos.Result.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
ClientProtos.Result.Builder |
removeCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientProtos.Result.Builder |
setAssociatedCellCount(int value)
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.
|
ClientProtos.Result.Builder |
setCell(int index,
CellProtos.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientProtos.Result.Builder |
setCell(int index,
CellProtos.Cell value)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientProtos.Result.Builder |
setExists(boolean value)
used for Get to check existence only.
|
ClientProtos.Result.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.Result.Builder |
setPartial(boolean value)
Whether or not the entire result could be returned.
|
ClientProtos.Result.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ClientProtos.Result.Builder |
setStale(boolean value)
Whether or not the results are coming from possibly stale data
|
ClientProtos.Result.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.Result.Builder>public ClientProtos.Result.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.Result.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.Result.Builder>public ClientProtos.Result getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic ClientProtos.Result 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.Result 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.Result.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.Result.Builder>public ClientProtos.Result.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.Result.Builder>public ClientProtos.Result.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.Result.Builder>public ClientProtos.Result.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.Result.Builder>public ClientProtos.Result.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.Result.Builder>public ClientProtos.Result.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.Result.Builder>public ClientProtos.Result.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.Result.Builder>public ClientProtos.Result.Builder mergeFrom(ClientProtos.Result 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.Result.Builder>public ClientProtos.Result.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.Result.Builder>IOExceptionpublic List<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;getCellList in interface ClientProtos.ResultOrBuilderpublic 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;getCellCount in interface ClientProtos.ResultOrBuilderpublic 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;getCell in interface ClientProtos.ResultOrBuilderpublic ClientProtos.Result.Builder setCell(int index, CellProtos.Cell value)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;public ClientProtos.Result.Builder setCell(int index, CellProtos.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;public ClientProtos.Result.Builder addCell(CellProtos.Cell value)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;public ClientProtos.Result.Builder addCell(int index, CellProtos.Cell value)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;public ClientProtos.Result.Builder addCell(CellProtos.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;public ClientProtos.Result.Builder addCell(int index, CellProtos.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;public ClientProtos.Result.Builder addAllCell(Iterable<? extends CellProtos.Cell> values)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;public ClientProtos.Result.Builder clearCell()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;public ClientProtos.Result.Builder removeCell(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;public CellProtos.Cell.Builder getCellBuilder(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;public 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;getCellOrBuilder in interface ClientProtos.ResultOrBuilderpublic 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;getCellOrBuilderList in interface ClientProtos.ResultOrBuilderpublic CellProtos.Cell.Builder addCellBuilder()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;public CellProtos.Cell.Builder addCellBuilder(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;public List<CellProtos.Cell.Builder> getCellBuilderList()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .hbase.pb.Cell cell = 1;public 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;hasAssociatedCellCount in interface ClientProtos.ResultOrBuilderpublic 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;getAssociatedCellCount in interface ClientProtos.ResultOrBuilderpublic ClientProtos.Result.Builder setAssociatedCellCount(int value)
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;public ClientProtos.Result.Builder clearAssociatedCellCount()
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;public 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;hasExists in interface ClientProtos.ResultOrBuilderpublic 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;getExists in interface ClientProtos.ResultOrBuilderpublic ClientProtos.Result.Builder setExists(boolean value)
used for Get to check existence only. Not set if existence_only was not set to true in the query.
optional bool exists = 3;public ClientProtos.Result.Builder clearExists()
used for Get to check existence only. Not set if existence_only was not set to true in the query.
optional bool exists = 3;public boolean hasStale()
Whether or not the results are coming from possibly stale data
optional bool stale = 4 [default = false];hasStale in interface ClientProtos.ResultOrBuilderpublic boolean getStale()
Whether or not the results are coming from possibly stale data
optional bool stale = 4 [default = false];getStale in interface ClientProtos.ResultOrBuilderpublic ClientProtos.Result.Builder setStale(boolean value)
Whether or not the results are coming from possibly stale data
optional bool stale = 4 [default = false];public ClientProtos.Result.Builder clearStale()
Whether or not the results are coming from possibly stale data
optional bool stale = 4 [default = false];public 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];hasPartial in interface ClientProtos.ResultOrBuilderpublic 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];getPartial in interface ClientProtos.ResultOrBuilderpublic ClientProtos.Result.Builder setPartial(boolean value)
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];public ClientProtos.Result.Builder clearPartial()
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];public final ClientProtos.Result.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.Result.Builder>public final ClientProtos.Result.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.Result.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.