| Package | Description | 
|---|---|
| org.apache.cassandra.hadoop | |
| org.apache.cassandra.thrift | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ConfigHelper. setInputRange(org.apache.hadoop.conf.Configuration conf,
             java.util.List<IndexExpression> filter)Set the KeyRange to limit the rows. | 
| static void | ConfigHelper. setInputRange(org.apache.hadoop.conf.Configuration conf,
             java.lang.String startToken,
             java.lang.String endToken,
             java.util.List<IndexExpression> filter)Set the KeyRange to limit the rows. | 
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<IndexExpression> | IndexClause. expressionsDeprecated.  | 
| java.util.List<IndexExpression> | KeyRange. row_filter | 
| Modifier and Type | Method and Description | 
|---|---|
| IndexExpression | IndexExpression. deepCopy() | 
| IndexExpression | IndexExpression. setColumn_name(byte[] column_name) | 
| IndexExpression | IndexExpression. setColumn_name(java.nio.ByteBuffer column_name) | 
| IndexExpression | IndexExpression. setOp(IndexOperator op) | 
| IndexExpression | IndexExpression. setValue(byte[] value) | 
| IndexExpression | IndexExpression. setValue(java.nio.ByteBuffer value) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<IndexExpression> | IndexClause. getExpressions()Deprecated.  | 
| java.util.Iterator<IndexExpression> | IndexClause. getExpressionsIterator()Deprecated.  | 
| java.util.List<IndexExpression> | KeyRange. getRow_filter() | 
| java.util.Iterator<IndexExpression> | KeyRange. getRow_filterIterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IndexClause. addToExpressions(IndexExpression elem)Deprecated.  | 
| void | KeyRange. addToRow_filter(IndexExpression elem) | 
| int | IndexExpression. compareTo(IndexExpression other) | 
| boolean | IndexExpression. equals(IndexExpression that) | 
| Modifier and Type | Method and Description | 
|---|---|
| static RowFilter | ThriftConversion. rowFilterFromThrift(CFMetaData metadata,
                   java.util.List<IndexExpression> exprs) | 
| IndexClause | IndexClause. setExpressions(java.util.List<IndexExpression> expressions)Deprecated.  | 
| KeyRange | KeyRange. setRow_filter(java.util.List<IndexExpression> row_filter) | 
| static boolean | ThriftValidation. validateFilterClauses(CFMetaData metadata,
                     java.util.List<IndexExpression> index_clause) | 
| Constructor and Description | 
|---|
| IndexExpression(IndexExpression other)Performs a deep copy on other. | 
| Constructor and Description | 
|---|
| IndexClause(java.util.List<IndexExpression> expressions,
           java.nio.ByteBuffer start_key,
           int count)Deprecated.  | 
Copyright © 2018 The Apache Software Foundation