|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexOperator | |
---|---|
org.apache.cassandra.thrift |
Uses of IndexOperator in org.apache.cassandra.thrift |
---|
Fields in org.apache.cassandra.thrift declared as IndexOperator | |
---|---|
IndexOperator |
IndexExpression.op
|
Methods in org.apache.cassandra.thrift that return IndexOperator | |
---|---|
static IndexOperator |
IndexOperator.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL. |
IndexOperator |
IndexExpression.getOp()
|
static IndexOperator |
IndexOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IndexOperator[] |
IndexOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.cassandra.thrift with parameters of type IndexOperator | |
---|---|
IndexExpression |
IndexExpression.setOp(IndexOperator op)
|
Constructors in org.apache.cassandra.thrift with parameters of type IndexOperator | |
---|---|
IndexExpression(byte[] column_name,
IndexOperator op,
byte[] value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |