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| 限定符和类型 | 方法和说明 |
|---|---|
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
optional bool stale = 4 [default = false]; |
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
optional bool stale = 4 [default = false]; |
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
optional bool stale = 4 [default = false]; |
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
optional bool stale = 4 [default = false]; |
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, newUninitializedMessageExceptionpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Result.Builder>public ClientProtos.Result.Builder clear()
clear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Result.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Result.Builder>public ClientProtos.Result getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic ClientProtos.Result build()
build 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.Result buildPartial()
buildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.Result.Builder clone()
clone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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;public 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;public 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;public 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 在接口中 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 在接口中 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 在接口中 ClientProtos.ResultOrBuilderpublic boolean getStale()
Whether or not the results are coming from possibly stale data
optional bool stale = 4 [default = false];getStale 在接口中 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 在接口中 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 在接口中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Result.Builder>Copyright © 2007–2019. All rights reserved.