| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.protobuf.generated |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CellProtos.Cell
Protobuf type
hbase.pb.Cell
Protocol buffer version of Cell. |
static class |
CellProtos.Cell.Builder
Protobuf type
hbase.pb.Cell
Protocol buffer version of Cell. |
| 限定符和类型 | 方法和说明 |
|---|---|
CellProtos.CellOrBuilder |
ClientProtos.ResultOrBuilder.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. |
CellProtos.CellOrBuilder |
ClientProtos.Result.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. |
CellProtos.CellOrBuilder |
ClientProtos.Result.Builder.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> |
ClientProtos.ResultOrBuilder.getCellOrBuilderList()
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> |
ClientProtos.Result.getCellOrBuilderList()
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> |
ClientProtos.Result.Builder.getCellOrBuilderList()
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.