Modifier and Type | Field and Description |
---|---|
protected java.util.List<RowFilter.Expression> |
RowFilter.expressions |
Modifier and Type | Method and Description |
---|---|
java.util.List<RowFilter.Expression> |
RowFilter.getExpressions() |
java.util.Iterator<RowFilter.Expression> |
RowFilter.iterator() |
Modifier and Type | Method and Description |
---|---|
RowFilter |
RowFilter.without(RowFilter.Expression expression)
Returns this filter but without the provided expression.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RowFilter |
RowFilter.withNewExpressions(java.util.List<RowFilter.Expression> expressions) |
Constructor and Description |
---|
RowFilter(java.util.List<RowFilter.Expression> expressions) |
Constructor and Description |
---|
CassandraIndexSearcher(ReadCommand command,
RowFilter.Expression expression,
CassandraIndex index) |
Constructor and Description |
---|
CompositesSearcher(ReadCommand command,
RowFilter.Expression expression,
CassandraIndex index) |
Constructor and Description |
---|
KeysSearcher(ReadCommand command,
RowFilter.Expression expression,
CassandraIndex indexer) |
Copyright © 2015 The Apache Software Foundation