|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexOperator | |
---|---|
org.apache.cassandra.cli | |
org.apache.cassandra.db.index | |
org.apache.cassandra.thrift |
Uses of IndexOperator in org.apache.cassandra.cli |
---|
Methods in org.apache.cassandra.cli that return IndexOperator | |
---|---|
static IndexOperator |
CliUtils.getIndexOperator(java.lang.String operator)
Returns IndexOperator from string representation |
Uses of IndexOperator in org.apache.cassandra.db.index |
---|
Methods in org.apache.cassandra.db.index with parameters of type IndexOperator | |
---|---|
static boolean |
SecondaryIndexSearcher.satisfies(int comparison,
IndexOperator op)
|
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(java.nio.ByteBuffer column_name,
IndexOperator op,
java.nio.ByteBuffer value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |