public static final class ClientProtos.Result.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClientProtos.Result.Builder> implements ClientProtos.ResultOrBuilder
hbase.pb.Result| 限定符和类型 | 方法和说明 |
|---|---|
ClientProtos.Result.Builder |
addAllCell(Iterable<? extends CellProtos.Cell> values)
repeated .hbase.pb.Cell cell = 1;
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)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
ClientProtos.Result.Builder |
addCell(CellProtos.Cell value)
repeated .hbase.pb.Cell cell = 1;
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)
repeated .hbase.pb.Cell cell = 1;
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)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
CellProtos.Cell.Builder |
addCellBuilder()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
CellProtos.Cell.Builder |
addCellBuilder(int index)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
ClientProtos.Result |
build() |
ClientProtos.Result |
buildPartial() |
ClientProtos.Result.Builder |
clear() |
ClientProtos.Result.Builder |
clearAssociatedCellCount()
optional int32 associated_cell_count = 2;
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()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
ClientProtos.Result.Builder |
clearExists()
optional bool exists = 3;
used for Get to check existence only. |
ClientProtos.Result.Builder |
clearPartial()
optional bool partial = 5 [default = false];
Whether or not the entire result could be returned. |
ClientProtos.Result.Builder |
clearStale()
optional bool stale = 4 [default = false];
Whether or not the results are coming from possibly stale data
|
ClientProtos.Result.Builder |
clone() |
int |
getAssociatedCellCount()
optional int32 associated_cell_count = 2;
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)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
CellProtos.Cell.Builder |
getCellBuilder(int index)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
List<CellProtos.Cell.Builder> |
getCellBuilderList()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
int |
getCellCount()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
List<CellProtos.Cell> |
getCellList()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
CellProtos.CellOrBuilder |
getCellOrBuilder(int index)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
List<? extends CellProtos.CellOrBuilder> |
getCellOrBuilderList()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
ClientProtos.Result |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getExists()
optional bool exists = 3;
used for Get to check existence only. |
boolean |
getPartial()
optional bool partial = 5 [default = false];
Whether or not the entire result could be returned. |
boolean |
getStale()
optional bool stale = 4 [default = false];
Whether or not the results are coming from possibly stale data
|
boolean |
hasAssociatedCellCount()
optional int32 associated_cell_count = 2;
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()
optional bool exists = 3;
used for Get to check existence only. |
boolean |
hasPartial()
optional bool partial = 5 [default = false];
Whether or not the entire result could be returned. |
boolean |
hasStale()
optional bool stale = 4 [default = false];
Whether or not the results are coming from possibly stale data
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClientProtos.Result.Builder |
mergeFrom(ClientProtos.Result other) |
ClientProtos.Result.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.Result.Builder |
mergeFrom(com.google.protobuf.Message other) |
ClientProtos.Result.Builder |
removeCell(int index)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
ClientProtos.Result.Builder |
setAssociatedCellCount(int value)
optional int32 associated_cell_count = 2;
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)
repeated .hbase.pb.Cell cell = 1;
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)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
ClientProtos.Result.Builder |
setExists(boolean value)
optional bool exists = 3;
used for Get to check existence only. |
ClientProtos.Result.Builder |
setPartial(boolean value)
optional bool partial = 5 [default = false];
Whether or not the entire result could be returned. |
ClientProtos.Result.Builder |
setStale(boolean value)
optional bool stale = 4 [default = false];
Whether or not the results are coming from possibly stale data
|
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<ClientProtos.Result.Builder>public ClientProtos.Result.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<ClientProtos.Result.Builder>public ClientProtos.Result.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<ClientProtos.Result.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<ClientProtos.Result.Builder>public ClientProtos.Result getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ClientProtos.Result build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ClientProtos.Result buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ClientProtos.Result.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ClientProtos.Result.Builder>public ClientProtos.Result.Builder mergeFrom(ClientProtos.Result other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<ClientProtos.Result.Builder>public ClientProtos.Result.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ClientProtos.Result.Builder>IOExceptionpublic List<CellProtos.Cell> getCellList()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
getCellList 在接口中 ClientProtos.ResultOrBuilderpublic int getCellCount()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
getCellCount 在接口中 ClientProtos.ResultOrBuilderpublic CellProtos.Cell getCell(int index)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
getCell 在接口中 ClientProtos.ResultOrBuilderpublic ClientProtos.Result.Builder setCell(int index, CellProtos.Cell value)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public ClientProtos.Result.Builder setCell(int index, CellProtos.Cell.Builder builderForValue)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public ClientProtos.Result.Builder addCell(CellProtos.Cell value)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public ClientProtos.Result.Builder addCell(int index, CellProtos.Cell value)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public ClientProtos.Result.Builder addCell(CellProtos.Cell.Builder builderForValue)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public ClientProtos.Result.Builder addCell(int index, CellProtos.Cell.Builder builderForValue)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public ClientProtos.Result.Builder addAllCell(Iterable<? extends CellProtos.Cell> values)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public ClientProtos.Result.Builder clearCell()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public ClientProtos.Result.Builder removeCell(int index)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public CellProtos.Cell.Builder getCellBuilder(int index)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public CellProtos.CellOrBuilder getCellOrBuilder(int index)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
getCellOrBuilder 在接口中 ClientProtos.ResultOrBuilderpublic List<? extends CellProtos.CellOrBuilder> getCellOrBuilderList()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public CellProtos.Cell.Builder addCellBuilder()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public CellProtos.Cell.Builder addCellBuilder(int index)
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public List<CellProtos.Cell.Builder> getCellBuilderList()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
public boolean hasAssociatedCellCount()
optional int32 associated_cell_count = 2;
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.
public int getAssociatedCellCount()
optional int32 associated_cell_count = 2;
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.
public ClientProtos.Result.Builder setAssociatedCellCount(int value)
optional int32 associated_cell_count = 2;
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.
public ClientProtos.Result.Builder clearAssociatedCellCount()
optional int32 associated_cell_count = 2;
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.
public boolean hasExists()
optional bool exists = 3;
used for Get to check existence only. Not set if existence_only was not set to true in the query.
hasExists 在接口中 ClientProtos.ResultOrBuilderpublic boolean getExists()
optional bool exists = 3;
used for Get to check existence only. Not set if existence_only was not set to true in the query.
getExists 在接口中 ClientProtos.ResultOrBuilderpublic ClientProtos.Result.Builder setExists(boolean value)
optional bool exists = 3;
used for Get to check existence only. Not set if existence_only was not set to true in the query.
public ClientProtos.Result.Builder clearExists()
optional bool exists = 3;
used for Get to check existence only. Not set if existence_only was not set to true in the query.
public boolean hasStale()
optional bool stale = 4 [default = false];
Whether or not the results are coming from possibly stale data
hasStale 在接口中 ClientProtos.ResultOrBuilderpublic boolean getStale()
optional bool stale = 4 [default = false];
Whether or not the results are coming from possibly stale data
getStale 在接口中 ClientProtos.ResultOrBuilderpublic ClientProtos.Result.Builder setStale(boolean value)
optional bool stale = 4 [default = false];
Whether or not the results are coming from possibly stale data
public ClientProtos.Result.Builder clearStale()
optional bool stale = 4 [default = false];
Whether or not the results are coming from possibly stale data
public boolean hasPartial()
optional bool partial = 5 [default = false];
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.
hasPartial 在接口中 ClientProtos.ResultOrBuilderpublic boolean getPartial()
optional bool partial = 5 [default = false];
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.
getPartial 在接口中 ClientProtos.ResultOrBuilderpublic ClientProtos.Result.Builder setPartial(boolean value)
optional bool partial = 5 [default = false];
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.
public ClientProtos.Result.Builder clearPartial()
optional bool partial = 5 [default = false];
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.
Copyright © 2007–2019. All rights reserved.