Package | Description |
---|---|
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.db.partitions | |
org.apache.cassandra.service |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static FilteredPartition |
FilteredPartition.create(RowIterator iterator)
Create a FilteredPartition holding all the rows of the provided iterator.
|
Modifier and Type | Method and 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.
|
Copyright © 2020 The Apache Software Foundation