Uses of Class
org.apache.cassandra.db.partitions.CachedBTreePartition
Packages that use CachedBTreePartition
-
Uses of CachedBTreePartition in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return CachedBTreePartitionModifier and TypeMethodDescriptionstatic CachedBTreePartitionCachedBTreePartition.create(UnfilteredRowIterator iterator, int initialRowCapacity, long nowInSec) Creates anArrayBackedCachedPartitionholding all the data of the provided iterator.static CachedBTreePartitionCachedBTreePartition.create(UnfilteredRowIterator iterator, long nowInSec) Creates anArrayBackedCachedPartitionholding all the data of the provided iterator.