Uses of Interface
org.apache.cassandra.cql3.Operation.RawUpdate
-
Packages that use Operation.RawUpdate Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.statements -
-
Uses of Operation.RawUpdate in org.apache.cassandra.cql3
Classes in org.apache.cassandra.cql3 that implement Operation.RawUpdate Modifier and Type Class Description static classOperation.Additionstatic classOperation.Prependstatic classOperation.SetElementstatic classOperation.SetFieldstatic classOperation.SetValuestatic classOperation.SubstractionMethods in org.apache.cassandra.cql3 with parameters of type Operation.RawUpdate Modifier and Type Method Description booleanOperation.Addition. isCompatibleWith(Operation.RawUpdate other)booleanOperation.Prepend. isCompatibleWith(Operation.RawUpdate other)booleanOperation.RawUpdate. isCompatibleWith(Operation.RawUpdate other)booleanOperation.SetElement. isCompatibleWith(Operation.RawUpdate other)booleanOperation.SetField. isCompatibleWith(Operation.RawUpdate other)booleanOperation.SetValue. isCompatibleWith(Operation.RawUpdate other)booleanOperation.Substraction. isCompatibleWith(Operation.RawUpdate other) -
Uses of Operation.RawUpdate in org.apache.cassandra.cql3.statements
Constructor parameters in org.apache.cassandra.cql3.statements with type arguments of type Operation.RawUpdate Constructor Description ParsedUpdate(QualifiedName name, Attributes.Raw attrs, java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> updates, WhereClause whereClause, java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions, boolean ifExists)Creates a new UpdateStatement from a column family name, columns map, consistency level, and key term.
-