public class PBCell extends PBType<org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell>
DataType API.| Constructor and Description |
|---|
PBCell() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell |
decode(PositionedByteRange src) |
int |
encode(PositionedByteRange dst,
org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell val) |
Class<org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell> |
encodedClass() |
int |
skip(PositionedByteRange src) |
encodedLength, getOrder, inputStreamFromByteRange, isNullable, isOrderPreserving, isSkippable, outputStreamFromByteRangepublic Class<org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell> encodedClass()
public int skip(PositionedByteRange src)
public org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell decode(PositionedByteRange src)
public int encode(PositionedByteRange dst, org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell val)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.