| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static CellProtos.Cell |
ProtobufUtil.toCell(Cell kv) |
| Modifier and Type | Method and Description |
|---|---|
static Cell |
ProtobufUtil.toCell(ExtendedCellBuilder cellBuilder,
CellProtos.Cell cell) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<CellProtos.Cell> |
CellProtos.Cell.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CellProtos.Cell |
CellProtos.Cell.Builder.build() |
CellProtos.Cell |
CellProtos.Cell.Builder.buildPartial() |
CellProtos.Cell |
ClientProtos.ResultOrBuilder.getCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
CellProtos.Cell |
ClientProtos.Result.getCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
CellProtos.Cell |
ClientProtos.Result.Builder.getCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
static CellProtos.Cell |
CellProtos.Cell.getDefaultInstance() |
CellProtos.Cell |
CellProtos.Cell.getDefaultInstanceForType() |
CellProtos.Cell |
CellProtos.Cell.Builder.getDefaultInstanceForType() |
static CellProtos.Cell |
CellProtos.Cell.parseDelimitedFrom(InputStream input) |
static CellProtos.Cell |
CellProtos.Cell.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(byte[] data) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(ByteBuffer data) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(InputStream input) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<CellProtos.Cell> |
ClientProtos.ResultOrBuilder.getCellList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
List<CellProtos.Cell> |
ClientProtos.Result.getCellList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
List<CellProtos.Cell> |
ClientProtos.Result.Builder.getCellList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<CellProtos.Cell> |
CellProtos.Cell.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<CellProtos.Cell> |
CellProtos.Cell.parser() |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.Result.Builder |
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 |
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 |
CellProtos.Cell.Builder.mergeFrom(CellProtos.Cell other) |
static CellProtos.Cell.Builder |
CellProtos.Cell.newBuilder(CellProtos.Cell prototype) |
ClientProtos.Result.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.Result.Builder |
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.
|
Copyright © 2007–2019 Cloudera. All rights reserved.