Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.types |
This package provides the definition and implementation of HBase's
extensible data type API.
|
Modifier and Type | Method and Description |
---|---|
static CellProtos.Cell |
ProtobufUtil.toCell(Cell kv) |
Modifier and Type | Method and Description |
---|---|
static Cell |
ProtobufUtil.toCell(CellProtos.Cell cell) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<CellProtos.Cell> |
CellProtos.Cell.PARSER |
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)
repeated .Cell cell = 1; |
CellProtos.Cell |
ClientProtos.Result.getCell(int index)
repeated .Cell cell = 1; |
CellProtos.Cell |
ClientProtos.Result.Builder.getCell(int index)
repeated .Cell cell = 1; |
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) |
Modifier and Type | Method and Description |
---|---|
List<CellProtos.Cell> |
ClientProtos.ResultOrBuilder.getCellList()
repeated .Cell cell = 1; |
List<CellProtos.Cell> |
ClientProtos.Result.getCellList()
repeated .Cell cell = 1; |
List<CellProtos.Cell> |
ClientProtos.Result.Builder.getCellList()
repeated .Cell cell = 1; |
com.google.protobuf.Parser<CellProtos.Cell> |
CellProtos.Cell.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClientProtos.Result.Builder |
ClientProtos.Result.Builder.addCell(CellProtos.Cell value)
repeated .Cell cell = 1; |
ClientProtos.Result.Builder |
ClientProtos.Result.Builder.addCell(int index,
CellProtos.Cell value)
repeated .Cell cell = 1; |
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 .Cell cell = 1; |
Modifier and Type | Method and Description |
---|---|
ClientProtos.Result.Builder |
ClientProtos.Result.Builder.addAllCell(Iterable<? extends CellProtos.Cell> values)
repeated .Cell cell = 1; |
Modifier and Type | Method and Description |
---|---|
CellProtos.Cell |
PBCell.decode(PositionedByteRange src) |
Modifier and Type | Method and Description |
---|---|
Class<CellProtos.Cell> |
PBCell.encodedClass() |
Modifier and Type | Method and Description |
---|---|
int |
PBCell.encode(PositionedByteRange dst,
CellProtos.Cell val) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.