Uses of Interface
org.apache.cassandra.db.partitions.BasePartitionIterator
-
-
Uses of BasePartitionIterator in org.apache.cassandra.db.compaction
Classes in org.apache.cassandra.db.compaction that implement BasePartitionIterator Modifier and Type Class Description classCompactionIteratorMerge multiple iterators over the content of sstable into a "compacted" iterator. -
Uses of BasePartitionIterator in org.apache.cassandra.db.memtable
Classes in org.apache.cassandra.db.memtable that implement BasePartitionIterator Modifier and Type Class Description static classShardedSkipListMemtable.MemtableUnfilteredPartitionIterator -
Uses of BasePartitionIterator in org.apache.cassandra.db.partitions
Subinterfaces of BasePartitionIterator in org.apache.cassandra.db.partitions Modifier and Type Interface Description interfacePartitionIteratorAn iterator over a number of (filtered) partition.interfaceUnfilteredPartitionIteratorAn iterator over a number of unfiltered partitions (i.e.Classes in org.apache.cassandra.db.partitions that implement BasePartitionIterator Modifier and Type Class Description classAbstractUnfilteredPartitionIteratorclassSingletonUnfilteredPartitionIterator -
Uses of BasePartitionIterator in org.apache.cassandra.db.repair
Classes in org.apache.cassandra.db.repair that implement BasePartitionIterator Modifier and Type Class Description classCassandraValidationIterator -
Uses of BasePartitionIterator in org.apache.cassandra.db.transform
Classes in org.apache.cassandra.db.transform with type parameters of type BasePartitionIterator Modifier and Type Class Description classBasePartitions<R extends BaseRowIterator<?>,I extends BasePartitionIterator<? extends BaseRowIterator<?>>>interfaceMorePartitions<I extends BasePartitionIterator<?>>An interface for providing new partitions for a partitions iterator.Classes in org.apache.cassandra.db.transform that implement BasePartitionIterator Modifier and Type Class Description classBasePartitions<R extends BaseRowIterator<?>,I extends BasePartitionIterator<? extends BaseRowIterator<?>>>classFilteredPartitions -
Uses of BasePartitionIterator in org.apache.cassandra.io.sstable
Subinterfaces of BasePartitionIterator in org.apache.cassandra.io.sstable Modifier and Type Interface Description interfaceISSTableScannerAn ISSTableScanner is an abstraction allowing multiple SSTableScanners to be chained together under the hood. -
Uses of BasePartitionIterator in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement BasePartitionIterator Modifier and Type Class Description classBigTableScannerstatic classBigTableScanner.EmptySSTableScanner -
Uses of BasePartitionIterator in org.apache.cassandra.repair
Classes in org.apache.cassandra.repair that implement BasePartitionIterator Modifier and Type Class Description classValidationPartitionIterator -
Uses of BasePartitionIterator in org.apache.cassandra.service.pager
Classes in org.apache.cassandra.service.pager that implement BasePartitionIterator Modifier and Type Class Description classAggregationQueryPager.AggregationPartitionIteratorPartitionIteratorfor queries without Group By but with aggregates.classAggregationQueryPager.GroupByPartitionIteratorPartitionIteratorthat automatically fetch a new sub-page of data if needed when the current iterator is exhausted. -
Uses of BasePartitionIterator in org.apache.cassandra.service.reads.range
Classes in org.apache.cassandra.service.reads.range that implement BasePartitionIterator Modifier and Type Class Description classRangeCommandIterator
-