Uses of Class
org.apache.cassandra.db.partitions.AtomicBTreePartition
Packages that use AtomicBTreePartition
-
Uses of AtomicBTreePartition in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable that return types with arguments of type AtomicBTreePartitionModifier and TypeMethodDescriptionShardedSkipListMemtable.getFlushSet(PartitionPosition from, PartitionPosition to) Constructor parameters in org.apache.cassandra.db.memtable with type arguments of type AtomicBTreePartitionModifierConstructorDescriptionMemtableUnfilteredPartitionIterator(TableMetadata metadata, Iterator<AtomicBTreePartition> iterator, ColumnFilter columnFilter, DataRange dataRange) -
Uses of AtomicBTreePartition in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions with parameters of type AtomicBTreePartitionModifier and TypeMethodDescriptionstatic voidBTreePartitionData.unsafeInvalidate(AtomicBTreePartition partition)