@InterfaceAudience.Private
public class PBCell
extends org.apache.hadoop.hbase.types.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(org.apache.hadoop.hbase.util.PositionedByteRange src) |
int |
encode(org.apache.hadoop.hbase.util.PositionedByteRange dst,
org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell val) |
Class<org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell> |
encodedClass() |
int |
skip(org.apache.hadoop.hbase.util.PositionedByteRange src) |
public Class<org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell> encodedClass()
public int skip(org.apache.hadoop.hbase.util.PositionedByteRange src)
public org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell decode(org.apache.hadoop.hbase.util.PositionedByteRange src)
public int encode(org.apache.hadoop.hbase.util.PositionedByteRange dst,
org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell val)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.