Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.filter | |
org.apache.cassandra.db.index | |
org.apache.cassandra.db.index.composites | |
org.apache.cassandra.db.index.keys |
Modifier and Type | Method and Description |
---|---|
ExtendedFilter |
ColumnFamilyStore.makeExtendedFilter(AbstractBounds<RowPosition> range,
IDiskAtomFilter columnFilter,
java.util.List<IndexExpression> rowFilter,
int maxResults,
boolean countCQL3Rows,
boolean isPaging,
long timestamp) |
ExtendedFilter |
ColumnFamilyStore.makeExtendedFilter(AbstractBounds<RowPosition> keyRange,
SliceQueryFilter columnRange,
Composite columnStart,
Composite columnStop,
java.util.List<IndexExpression> rowFilter,
int maxResults,
boolean countCQL3Rows,
long now)
Allows generic range paging with the slice column filter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
ColumnFamilyStore.filter(ColumnFamilyStore.AbstractScanIterator rowIterator,
ExtendedFilter filter) |
java.util.List<Row> |
ColumnFamilyStore.getRangeSlice(ExtendedFilter filter) |
java.util.List<Row> |
ColumnFamilyStore.search(ExtendedFilter filter) |
Modifier and Type | Class and Description |
---|---|
static class |
ExtendedFilter.WithClauses |
Modifier and Type | Method and Description |
---|---|
static ExtendedFilter |
ExtendedFilter.create(ColumnFamilyStore cfs,
DataRange dataRange,
java.util.List<IndexExpression> clause,
int maxResults,
boolean countCQL3Rows,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
SecondaryIndexManager.search(ExtendedFilter filter)
Performs a search across a number of column indexes
|
abstract java.util.List<Row> |
SecondaryIndexSearcher.search(ExtendedFilter filter) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
CompositesSearcher.search(ExtendedFilter filter) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
KeysSearcher.search(ExtendedFilter filter) |
Copyright © 2014 The Apache Software Foundation