| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.protobuf.generated |
| 限定符和类型 | 字段和说明 |
|---|---|
static com.google.protobuf.Parser<CellProtos.Cell> |
CellProtos.Cell.PARSER |
| 限定符和类型 | 方法和说明 |
|---|---|
CellProtos.Cell |
CellProtos.Cell.Builder.build() |
CellProtos.Cell |
CellProtos.Cell.Builder.buildPartial() |
CellProtos.Cell |
ClientProtos.ResultOrBuilder.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 |
ClientProtos.Result.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 |
ClientProtos.Result.Builder.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. |
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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(byte[] data) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(com.google.protobuf.ByteString data) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(com.google.protobuf.CodedInputStream input) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(InputStream input) |
static CellProtos.Cell |
CellProtos.Cell.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CellProtos.Cell> |
ClientProtos.ResultOrBuilder.getCellList()
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> |
ClientProtos.Result.getCellList()
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> |
ClientProtos.Result.Builder.getCellList()
repeated .hbase.pb.Cell cell = 1;
Result includes the Cells or else it just has a count of Cells
that are carried otherwise. |
com.google.protobuf.Parser<CellProtos.Cell> |
CellProtos.Cell.getParserForType() |
| 限定符和类型 | 方法和说明 |
|---|---|
ClientProtos.Result.Builder |
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 |
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 |
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)
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 |
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. |
Copyright © 2007–2019. All rights reserved.