Uses of Class
org.apache.cassandra.db.partitions.FilteredPartition
-
Packages that use FilteredPartition Package Description org.apache.cassandra.cql3.statements org.apache.cassandra.db.partitions org.apache.cassandra.service -
-
Uses of FilteredPartition in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type FilteredPartition Modifier and Type Method Description boolean
CQL3CasRequest. appliesTo(FilteredPartition current)
Checks whether the conditions represented by this object applies provided the current state of the partition on which those conditions are.PartitionUpdate
CQL3CasRequest. makeUpdates(FilteredPartition current)
-
Uses of FilteredPartition in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return FilteredPartition Modifier and Type Method Description static FilteredPartition
FilteredPartition. create(RowIterator iterator)
Create a FilteredPartition holding all the rows of the provided iterator. -
Uses of FilteredPartition in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type FilteredPartition Modifier and Type Method Description boolean
CASRequest. appliesTo(FilteredPartition current)
Returns whether the provided CF, that represents the values fetched using the readFilter(), match the CAS conditions this object stands for.PartitionUpdate
CASRequest. makeUpdates(FilteredPartition current)
The updates to perform of a CAS success.
-