Uses of Class
org.apache.cassandra.db.partitions.AbstractBTreePartition.Holder
-
Packages that use AbstractBTreePartition.Holder Package Description org.apache.cassandra.db.partitions -
-
Uses of AbstractBTreePartition.Holder in org.apache.cassandra.db.partitions
Fields in org.apache.cassandra.db.partitions declared as AbstractBTreePartition.Holder Modifier and Type Field Description protected static AbstractBTreePartition.Holder
AbstractBTreePartition. EMPTY
protected AbstractBTreePartition.Holder
ImmutableBTreePartition. holder
Methods in org.apache.cassandra.db.partitions that return AbstractBTreePartition.Holder Modifier and Type Method Description protected static AbstractBTreePartition.Holder
AbstractBTreePartition. build(RowIterator rows, DeletionInfo deletion, boolean buildEncodingStats, int initialRowCapacity)
protected static AbstractBTreePartition.Holder
AbstractBTreePartition. build(UnfilteredRowIterator iterator, int initialRowCapacity)
protected static AbstractBTreePartition.Holder
AbstractBTreePartition. build(UnfilteredRowIterator iterator, int initialRowCapacity, boolean ordered)
protected abstract AbstractBTreePartition.Holder
AbstractBTreePartition. holder()
protected AbstractBTreePartition.Holder
AtomicBTreePartition. holder()
protected AbstractBTreePartition.Holder
ImmutableBTreePartition. holder()
protected AbstractBTreePartition.Holder
PartitionUpdate. holder()
Methods in org.apache.cassandra.db.partitions with parameters of type AbstractBTreePartition.Holder Modifier and Type Method Description UnfilteredRowIterator
AbstractBTreePartition. unfilteredIterator(AbstractBTreePartition.Holder current, ColumnFilter selection, Slices slices, boolean reversed)
UnfilteredRowIterator
AtomicBTreePartition. unfilteredIterator(AbstractBTreePartition.Holder current, ColumnFilter selection, Slices slices, boolean reversed)
Constructors in org.apache.cassandra.db.partitions with parameters of type AbstractBTreePartition.Holder Constructor Description ImmutableBTreePartition(TableMetadata metadata, DecoratedKey partitionKey, AbstractBTreePartition.Holder holder)
-