Package | Description |
---|---|
org.apache.cassandra.cql |
Modifier and Type | Field and Description |
---|---|
Operation.OperationType |
Operation.type |
Modifier and Type | Method and Description |
---|---|
static Operation.OperationType |
Operation.OperationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operation.OperationType[] |
Operation.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Operation(Term a,
Operation.OperationType type,
Term b) |
Copyright © 2020 The Apache Software Foundation