Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.index.composites | |
org.apache.cassandra.db.index.keys |
Modifier and Type | Method and Description |
---|---|
ColumnFamilyStore.AbstractScanIterator |
ColumnFamilyStore.getSequentialIterator(java.nio.ByteBuffer superColumn,
AbstractBounds<RowPosition> range,
IDiskAtomFilter columnFilter)
Iterate over a range of rows and columns from memtables/sstables.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
ColumnFamilyStore.filter(ColumnFamilyStore.AbstractScanIterator rowIterator,
ExtendedFilter filter) |
Modifier and Type | Method and Description |
---|---|
ColumnFamilyStore.AbstractScanIterator |
CompositesSearcher.getIndexedIterator(AbstractBounds<RowPosition> range,
ExtendedFilter filter) |
Modifier and Type | Method and Description |
---|---|
ColumnFamilyStore.AbstractScanIterator |
KeysSearcher.getIndexedIterator(AbstractBounds<RowPosition> range,
ExtendedFilter filter) |
Copyright © 2014 The Apache Software Foundation