Uses of Class
org.apache.cassandra.db.partitions.AtomicBTreePartition
-
Packages that use AtomicBTreePartition Package Description org.apache.cassandra.db.memtable -
-
Uses of AtomicBTreePartition in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable that return types with arguments of type AtomicBTreePartition Modifier and Type Method Description Memtable.FlushablePartitionSet<AtomicBTreePartition>ShardedSkipListMemtable. getFlushSet(PartitionPosition from, PartitionPosition to)Constructor parameters in org.apache.cassandra.db.memtable with type arguments of type AtomicBTreePartition Constructor Description MemtableUnfilteredPartitionIterator(TableMetadata metadata, java.util.Iterator<AtomicBTreePartition> iterator, ColumnFilter columnFilter, DataRange dataRange)
-