Uses of Class
org.apache.cassandra.db.partitions.ImmutableBTreePartition
Packages that use ImmutableBTreePartition
-
Uses of ImmutableBTreePartition in org.apache.cassandra.db.partitions
Subclasses of ImmutableBTreePartition in org.apache.cassandra.db.partitionsMethods in org.apache.cassandra.db.partitions that return ImmutableBTreePartitionModifier and TypeMethodDescriptionstatic ImmutableBTreePartitionImmutableBTreePartition.create(UnfilteredRowIterator iterator) Creates anImmutableBTreePartitionholding all the data of the provided iterator.static ImmutableBTreePartitionImmutableBTreePartition.create(UnfilteredRowIterator iterator, boolean ordered) Creates anImmutableBTreePartitionholding all the data of the provided iterator.static ImmutableBTreePartitionImmutableBTreePartition.create(UnfilteredRowIterator iterator, int initialRowCapacity) Creates anImmutableBTreePartitionholding all the data of the provided iterator.static ImmutableBTreePartitionImmutableBTreePartition.create(UnfilteredRowIterator iterator, int initialRowCapacity, boolean ordered) Creates anImmutableBTreePartitionholding all the data of the provided iterator.