Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.filter | |
org.apache.cassandra.io.sstable |
Modifier and Type | Class and Description |
---|---|
static class |
DataRange.Paging |
Modifier and Type | Method and Description |
---|---|
static DataRange |
DataRange.allData(IPartitioner partitioner) |
static DataRange |
DataRange.forKeyRange(Range<Token> keyRange) |
Modifier and Type | Method and Description |
---|---|
static CloseableIterator<Row> |
RowIteratorFactory.getIterator(java.lang.Iterable<Memtable> memtables,
java.util.Collection<SSTableReader> sstables,
DataRange range,
ColumnFamilyStore cfs,
long now)
Get a row iterator over the provided memtables and sstables, between the provided keys
and filtered by the queryfilter.
|
Modifier and Type | Field and Description |
---|---|
DataRange |
ExtendedFilter.dataRange |
Modifier and Type | Method and Description |
---|---|
static ExtendedFilter |
ExtendedFilter.create(ColumnFamilyStore cfs,
DataRange dataRange,
java.util.List<org.apache.cassandra.thrift.IndexExpression> clause,
int maxResults,
boolean countCQL3Rows,
long timestamp) |
Constructor and Description |
---|
ExtendedFilter.WithClauses(ColumnFamilyStore cfs,
DataRange range,
java.util.List<org.apache.cassandra.thrift.IndexExpression> clause,
int maxResults,
boolean countCQL3Rows,
long timestamp) |
ExtendedFilter(ColumnFamilyStore cfs,
DataRange dataRange,
int maxResults,
boolean countCQL3Rows,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
SSTableScanner |
SSTableReader.getScanner(DataRange dataRange) |
Copyright © 2013 The Apache Software Foundation