Uses of Class
org.apache.cassandra.db.transform.BasePartitions
-
Packages that use BasePartitions Package Description org.apache.cassandra.db org.apache.cassandra.db.filter org.apache.cassandra.db.transform -
-
Uses of BasePartitions in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type BasePartitions Modifier and Type Method Description protected voidReadCommand.CheckForAbort. attachTo(BasePartitions partitions) -
Uses of BasePartitions in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter with parameters of type BasePartitions Modifier and Type Method Description protected voidDataLimits.Counter. attachTo(BasePartitions partitions) -
Uses of BasePartitions in org.apache.cassandra.db.transform
Subclasses of BasePartitions in org.apache.cassandra.db.transform Modifier and Type Class Description classFilteredPartitionsMethods in org.apache.cassandra.db.transform with parameters of type BasePartitions Modifier and Type Method Description protected voidStoppingTransformation. attachTo(BasePartitions partitions)
-