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