| Package | Description |
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.db.filter | |
| org.apache.cassandra.io.sstable.format | |
| org.apache.cassandra.io.sstable.format.big |
| 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<RowPosition> keyRange) |
static DataRange |
DataRange.forTokenRange(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<IndexExpression> clause,
int maxResults,
boolean countCQL3Rows,
long timestamp) |
| Constructor and Description |
|---|
ExtendedFilter(ColumnFamilyStore cfs,
DataRange dataRange,
int maxResults,
boolean countCQL3Rows,
long timestamp) |
WithClauses(ColumnFamilyStore cfs,
DataRange range,
java.util.List<IndexExpression> clause,
int maxResults,
boolean countCQL3Rows,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
ISSTableScanner |
SSTableReader.getScanner(DataRange dataRange) |
abstract ISSTableScanner |
SSTableReader.getScanner(DataRange dataRange,
com.google.common.util.concurrent.RateLimiter limiter) |
| Modifier and Type | Method and Description |
|---|---|
ISSTableScanner |
BigTableReader.getScanner(DataRange dataRange,
com.google.common.util.concurrent.RateLimiter limiter) |
static ISSTableScanner |
BigTableScanner.getScanner(SSTableReader sstable,
DataRange dataRange,
com.google.common.util.concurrent.RateLimiter limiter) |
Copyright © 2018 The Apache Software Foundation