Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
CellPB.Cell |
ClientPB.ResultOrBuilder.getCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
CellPB.Cell |
ClientPB.Result.getCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
CellPB.Cell |
ClientPB.Result.Builder.getCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
static CellPB.Cell |
CellPB.Cell.getDefaultInstance() |
static CellPB.Cell |
CellPB.Cell.parseDelimitedFrom(InputStream input) |
static CellPB.Cell |
CellPB.Cell.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellPB.Cell |
CellPB.Cell.parseFrom(byte[] data) |
static CellPB.Cell |
CellPB.Cell.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellPB.Cell |
CellPB.Cell.parseFrom(ByteBuffer data) |
static CellPB.Cell |
CellPB.Cell.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellPB.Cell |
CellPB.Cell.parseFrom(com.google.protobuf.ByteString data) |
static CellPB.Cell |
CellPB.Cell.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellPB.Cell |
CellPB.Cell.parseFrom(com.google.protobuf.CodedInputStream input) |
static CellPB.Cell |
CellPB.Cell.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellPB.Cell |
CellPB.Cell.parseFrom(InputStream input) |
static CellPB.Cell |
CellPB.Cell.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<CellPB.Cell> |
ClientPB.ResultOrBuilder.getCellList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
List<CellPB.Cell> |
ClientPB.Result.getCellList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
List<CellPB.Cell> |
ClientPB.Result.Builder.getCellList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
static com.google.protobuf.Parser<CellPB.Cell> |
CellPB.Cell.parser() |
Modifier and Type | Method and Description |
---|---|
ClientPB.Result.Builder |
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 |
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.
|
static CellPB.Cell.Builder |
CellPB.Cell.newBuilder(CellPB.Cell prototype) |
ClientPB.Result.Builder |
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.
|
Modifier and Type | Method and Description |
---|---|
ClientPB.Result.Builder |
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.
|
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.