Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.rows | |
org.apache.cassandra.io.sstable |
Modifier and Type | Field and Description |
---|---|
protected SerializationHelper |
UnfilteredDeserializer.helper |
Modifier and Type | Method and Description |
---|---|
static UnfilteredDeserializer |
UnfilteredDeserializer.create(CFMetaData metadata,
DataInputPlus in,
SerializationHeader header,
SerializationHelper helper,
DeletionTime partitionDeletion,
boolean readAllAsDynamic) |
static UnfilteredRowIterator |
LegacyLayout.onWireCellstoUnfilteredRowIterator(CFMetaData metadata,
DecoratedKey key,
LegacyLayout.LegacyDeletionInfo delInfo,
java.util.Iterator<LegacyLayout.LegacyCell> cells,
boolean reversed,
SerializationHelper helper) |
static LegacyLayout.CellGrouper |
LegacyLayout.CellGrouper.staticGrouper(CFMetaData metadata,
SerializationHelper helper) |
Constructor and Description |
---|
CellGrouper(CFMetaData metadata,
SerializationHelper helper) |
UnfilteredDeserializer(CFMetaData metadata,
DataInputPlus in,
SerializationHelper helper) |
Modifier and Type | Method and Description |
---|---|
Cell |
Cell.Serializer.deserialize(DataInputPlus in,
LivenessInfo rowLiveness,
ColumnDefinition column,
SerializationHeader header,
SerializationHelper helper) |
Unfiltered |
UnfilteredSerializer.deserialize(DataInputPlus in,
SerializationHeader header,
SerializationHelper helper,
Row.Builder builder)
Deserialize an
Unfiltered from the provided input. |
Row |
UnfilteredSerializer.deserializeRowBody(DataInputPlus in,
SerializationHeader header,
SerializationHelper helper,
int flags,
int extendedFlags,
Row.Builder builder) |
Row |
UnfilteredSerializer.deserializeStaticRow(DataInputPlus in,
SerializationHeader header,
SerializationHelper helper) |
void |
UnfilteredSerializer.skipStaticRow(DataInputPlus in,
SerializationHeader header,
SerializationHelper helper) |
Modifier and Type | Field and Description |
---|---|
protected SerializationHelper |
SSTableSimpleIterator.helper |
Modifier and Type | Method and Description |
---|---|
static SSTableSimpleIterator |
SSTableSimpleIterator.create(CFMetaData metadata,
DataInputPlus in,
SerializationHeader header,
SerializationHelper helper,
DeletionTime partitionDeletion) |
Copyright © 2017 The Apache Software Foundation