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