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.HolderAbstractBTreePartition. EMPTYprotected AbstractBTreePartition.HolderImmutableBTreePartition. holderMethods in org.apache.cassandra.db.partitions that return AbstractBTreePartition.Holder Modifier and Type Method Description protected static AbstractBTreePartition.HolderAbstractBTreePartition. build(RowIterator rows, DeletionInfo deletion, boolean buildEncodingStats)protected static AbstractBTreePartition.HolderAbstractBTreePartition. build(UnfilteredRowIterator iterator, int initialRowCapacity)protected static AbstractBTreePartition.HolderAbstractBTreePartition. build(UnfilteredRowIterator iterator, int initialRowCapacity, boolean ordered)protected abstract AbstractBTreePartition.HolderAbstractBTreePartition. holder()protected AbstractBTreePartition.HolderAtomicBTreePartition. holder()protected AbstractBTreePartition.HolderImmutableBTreePartition. holder()protected AbstractBTreePartition.HolderPartitionUpdate. holder()static AbstractBTreePartition.HolderAbstractBTreePartition. unsafeConstructHolder(RegularAndStaticColumns columns, java.lang.Object[] tree, DeletionInfo deletionInfo, Row staticRow, EncodingStats stats)static AbstractBTreePartition.HolderAbstractBTreePartition. unsafeGetEmptyHolder()AbstractBTreePartition.HolderAtomicBTreePartition. unsafeGetHolder()protected AbstractBTreePartition.HolderAbstractBTreePartition.Holder. withColumns(RegularAndStaticColumns columns)Methods in org.apache.cassandra.db.partitions with parameters of type AbstractBTreePartition.Holder Modifier and Type Method Description UnfilteredRowIteratorAbstractBTreePartition. unfilteredIterator(AbstractBTreePartition.Holder current, ColumnFilter selection, Slices slices, boolean reversed)UnfilteredRowIteratorAtomicBTreePartition. unfilteredIterator(AbstractBTreePartition.Holder current, ColumnFilter selection, Slices slices, boolean reversed)static PartitionUpdatePartitionUpdate. unsafeConstruct(TableMetadata metadata, DecoratedKey key, AbstractBTreePartition.Holder holder, MutableDeletionInfo deletionInfo, boolean canHaveShadowedData)voidAtomicBTreePartition. unsafeSetHolder(AbstractBTreePartition.Holder holder)Constructors in org.apache.cassandra.db.partitions with parameters of type AbstractBTreePartition.Holder Constructor Description ImmutableBTreePartition(TableMetadata metadata, DecoratedKey partitionKey, AbstractBTreePartition.Holder holder)
-