Uses of Class
org.apache.cassandra.db.lifecycle.SSTableIntervalTree
-
Packages that use SSTableIntervalTree Package Description org.apache.cassandra.db.lifecycle -
-
Uses of SSTableIntervalTree in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle that return SSTableIntervalTree Modifier and Type Method Description static SSTableIntervalTree
SSTableIntervalTree. build(java.lang.Iterable<SSTableReader> sstables)
static SSTableIntervalTree
SSTableIntervalTree. empty()
Methods in org.apache.cassandra.db.lifecycle with parameters of type SSTableIntervalTree Modifier and Type Method Description static java.util.List<SSTableReader>
View. sstablesInBounds(PartitionPosition left, PartitionPosition right, SSTableIntervalTree intervalTree)
-