Uses of Class
org.apache.cassandra.db.rows.UnfilteredRowIteratorSerializer.Header
-
Packages that use UnfilteredRowIteratorSerializer.Header Package Description org.apache.cassandra.db.rows -
-
Uses of UnfilteredRowIteratorSerializer.Header in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return UnfilteredRowIteratorSerializer.Header Modifier and Type Method Description UnfilteredRowIteratorSerializer.Header
UnfilteredRowIteratorSerializer. deserializeHeader(TableMetadata metadata, ColumnFilter selection, DataInputPlus in, int version, DeserializationHelper.Flag flag)
Methods in org.apache.cassandra.db.rows with parameters of type UnfilteredRowIteratorSerializer.Header Modifier and Type Method Description UnfilteredRowIterator
UnfilteredRowIteratorSerializer. deserialize(DataInputPlus in, int version, TableMetadata metadata, DeserializationHelper.Flag flag, UnfilteredRowIteratorSerializer.Header header)
-