|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operation.RawUpdate | |
|---|---|
| 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 | |
|---|---|
static class |
Operation.Addition
|
static class |
Operation.Prepend
|
static class |
Operation.SetElement
|
static class |
Operation.SetValue
|
static class |
Operation.Substraction
|
| Methods in org.apache.cassandra.cql3 with parameters of type Operation.RawUpdate | |
|---|---|
boolean |
Operation.RawUpdate.isCompatibleWith(Operation.RawUpdate other)
|
boolean |
Operation.SetValue.isCompatibleWith(Operation.RawUpdate other)
|
boolean |
Operation.SetElement.isCompatibleWith(Operation.RawUpdate other)
|
boolean |
Operation.Addition.isCompatibleWith(Operation.RawUpdate other)
|
boolean |
Operation.Substraction.isCompatibleWith(Operation.RawUpdate other)
|
boolean |
Operation.Prepend.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 | |
|---|---|
UpdateStatement(CFName name,
java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> operations,
java.util.List<Relation> whereClause,
Attributes attrs)
Creates a new UpdateStatement from a column family name, columns map, consistency level, and key term. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||