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 CachedBTreePartition
CachedBTreePartition. create(UnfilteredRowIterator iterator, int nowInSec)
Creates anArrayBackedCachedPartition
holding all the data of the provided iterator.static CachedBTreePartition
CachedBTreePartition. create(UnfilteredRowIterator iterator, int initialRowCapacity, int nowInSec)
Creates anArrayBackedCachedPartition
holding all the data of the provided iterator.
-