Uses of Class
org.apache.cassandra.cql3.statements.CQL3CasRequest
Packages that use CQL3CasRequest
-
Uses of CQL3CasRequest in org.apache.cassandra.cql3.conditions
Methods in org.apache.cassandra.cql3.conditions with parameters of type CQL3CasRequestModifier and TypeMethodDescriptionvoidColumnConditions.addConditionsTo(CQL3CasRequest request, Clustering<?> clustering, QueryOptions options) Adds the conditions to the specified CAS request.voidConditions.addConditionsTo(CQL3CasRequest request, Clustering<?> clustering, QueryOptions options) Adds the conditions to the specified CAS request. -
Uses of CQL3CasRequest in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type CQL3CasRequestModifier and TypeMethodDescriptionvoidModificationStatement.addConditions(Clustering<?> clustering, CQL3CasRequest request, QueryOptions options)