public static final class ClientPB.Result.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ClientPB.Result,ClientPB.Result.Builder> implements ClientPB.ResultOrBuilder
Result
Modifier and Type | Method and Description |
---|---|
ClientPB.Result.Builder |
addAllCell(Iterable<? extends CellPB.Cell> values)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
addCell(CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
addCell(CellPB.Cell value)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
addCell(int index,
CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
addCell(int index,
CellPB.Cell value)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.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.
|
ClientPB.Result.Builder |
clearCell()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
clearExists()
used for Get to check existence only.
|
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.
|
CellPB.Cell |
getCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
int |
getCellCount()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
List<CellPB.Cell> |
getCellList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
boolean |
getExists()
used for Get to check existence only.
|
boolean |
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.
|
ClientPB.Result.Builder |
removeCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.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.
|
ClientPB.Result.Builder |
setCell(int index,
CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
setCell(int index,
CellPB.Cell value)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
setExists(boolean value)
used for Get to check existence only.
|
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
public List<CellPB.Cell> getCellList()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
getCellList
in interface ClientPB.ResultOrBuilder
public int getCellCount()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
getCellCount
in interface ClientPB.ResultOrBuilder
public CellPB.Cell getCell(int index)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
getCell
in interface ClientPB.ResultOrBuilder
public ClientPB.Result.Builder setCell(int index, CellPB.Cell value)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
public ClientPB.Result.Builder setCell(int index, CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
public ClientPB.Result.Builder addCell(CellPB.Cell value)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
public ClientPB.Result.Builder addCell(int index, CellPB.Cell value)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
public ClientPB.Result.Builder addCell(CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
public ClientPB.Result.Builder addCell(int index, CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
public ClientPB.Result.Builder addAllCell(Iterable<? extends CellPB.Cell> values)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
public ClientPB.Result.Builder clearCell()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
public ClientPB.Result.Builder removeCell(int index)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .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 ClientPB.ResultOrBuilder
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;
getAssociatedCellCount
in interface ClientPB.ResultOrBuilder
public ClientPB.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 ClientPB.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 ClientPB.ResultOrBuilder
public 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 ClientPB.ResultOrBuilder
public ClientPB.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 ClientPB.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;
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.