All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Unfiltered |
deserialize(DataInputPlus in,
SerializationHeader header,
SerializationHelper helper,
Row.Builder builder) |
RangeTombstoneMarker |
deserializeMarkerBody(DataInputPlus in,
SerializationHeader header,
RangeTombstone.Bound bound) |
Row |
deserializeRowBody(DataInputPlus in,
SerializationHeader header,
SerializationHelper helper,
int flags,
Row.Builder builder) |
Row |
deserializeStaticRow(DataInputPlus in,
SerializationHeader header,
SerializationHelper helper) |
static boolean |
isEndOfPartition(int flags) |
static boolean |
isStatic(int flags) |
static Unfiltered.Kind |
kind(int flags) |
void |
serialize(RangeTombstoneMarker marker,
SerializationHeader header,
DataOutputPlus out,
int version) |
void |
serialize(Row row,
SerializationHeader header,
DataOutputPlus out,
int version) |
void |
serialize(Unfiltered unfiltered,
SerializationHeader header,
DataOutputPlus out,
int version) |
long |
serializedSize(RangeTombstoneMarker marker,
SerializationHeader header,
int version) |
long |
serializedSize(Row row,
SerializationHeader header,
int version) |
long |
serializedSize(Unfiltered unfiltered,
SerializationHeader header,
int version) |
long |
serializedSizeEndOfPartition() |
void |
skipMarkerBody(DataInputPlus in,
SerializationHeader header,
boolean isBoundary) |
void |
skipRowBody(DataInputPlus in,
SerializationHeader header,
int flags) |
void |
skipStaticRow(DataInputPlus in,
SerializationHeader header,
SerializationHelper helper) |
void |
writeEndOfPartition(DataOutputPlus out) |