Uses of Interface
org.apache.cassandra.io.sstable.ISSTableScanner
Packages that use ISSTableScanner
Package
Description
-
Uses of ISSTableScanner in org.apache.cassandra.db.compaction
Fields in org.apache.cassandra.db.compaction with type parameters of type ISSTableScannerModifier and TypeFieldDescriptionfinal List<ISSTableScanner>AbstractCompactionStrategy.ScannerList.scannersMethods in org.apache.cassandra.db.compaction that return types with arguments of type ISSTableScannerModifier and TypeMethodDescriptionabstract List<ISSTableScanner>AbstractStrategyHolder.getScanners(AbstractStrategyHolder.GroupedSSTableContainer sstables, Collection<Range<Token>> ranges) CompactionStrategyHolder.getScanners(AbstractStrategyHolder.GroupedSSTableContainer sstables, Collection<Range<Token>> ranges) PendingRepairHolder.getScanners(AbstractStrategyHolder.GroupedSSTableContainer sstables, Collection<Range<Token>> ranges) Method parameters in org.apache.cassandra.db.compaction with type arguments of type ISSTableScannerModifier and TypeMethodDescriptionstatic CompactionIteratorCompactionManager.getAntiCompactionIterator(List<ISSTableScanner> scanners, CompactionController controller, long nowInSec, TimeUUID timeUUID, ActiveCompactionsTracker activeCompactions, BooleanSupplier isCancelled) Constructor parameters in org.apache.cassandra.db.compaction with type arguments of type ISSTableScannerModifierConstructorDescriptionCompactionIterator(OperationType type, List<ISSTableScanner> scanners, AbstractCompactionController controller, long nowInSec, TimeUUID compactionId) CompactionIterator(OperationType type, List<ISSTableScanner> scanners, AbstractCompactionController controller, long nowInSec, TimeUUID compactionId, ActiveCompactionsTracker activeCompactions, TopPartitionTracker.Collector topPartitionCollector) ScannerList(List<ISSTableScanner> scanners) -
Uses of ISSTableScanner in org.apache.cassandra.io.sstable
Classes in org.apache.cassandra.io.sstable that implement ISSTableScannerMethod parameters in org.apache.cassandra.io.sstable with type arguments of type ISSTableScannerModifier and TypeMethodDescriptionstatic voidISSTableScanner.closeAllAndPropagate(Collection<ISSTableScanner> scanners, Throwable throwable) -
Uses of ISSTableScanner in org.apache.cassandra.io.sstable.format
Classes in org.apache.cassandra.io.sstable.format that implement ISSTableScannerModifier and TypeClassDescriptionclassSSTableScanner<S extends SSTableReader,E extends AbstractRowIndexEntry, I extends SSTableScanner<S, E, I>.BaseKeyScanningIterator> classMethods in org.apache.cassandra.io.sstable.format that return ISSTableScannerModifier and TypeMethodDescriptionSSTableReader.getScanner()Direct I/O SSTableScanner over the entirety of the sstable.SSTableReader.getScanner(Collection<Range<Token>> ranges) Direct I/O SSTableScanner over a defined collection of ranges of tokens.SSTableReader.getScanner(Iterator<AbstractBounds<PartitionPosition>> boundsIterator) Direct I/O SSTableScanner over an iterator of bounds.SSTableReader.getScanner(Range<Token> range) Direct I/O SSTableScanner over a defined range of tokens. -
Uses of ISSTableScanner in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement ISSTableScannerMethods in org.apache.cassandra.io.sstable.format.big that return ISSTableScannerModifier and TypeMethodDescriptionstatic ISSTableScannerBigTableScanner.getScanner(BigTableReader sstable, ColumnFilter columns, DataRange dataRange, SSTableReadsListener listener) BigTableReader.partitionIterator(ColumnFilter columns, DataRange dataRange, SSTableReadsListener listener) -
Uses of ISSTableScanner in org.apache.cassandra.io.sstable.format.bti
Classes in org.apache.cassandra.io.sstable.format.bti that implement ISSTableScanner -
Uses of ISSTableScanner in org.apache.cassandra.tools
Methods in org.apache.cassandra.tools with parameters of type ISSTableScannerModifier and TypeMethodDescriptionstatic voidJsonTransformer.keysToJson(ISSTableScanner currentScanner, Stream<DecoratedKey> keys, boolean rawTime, TableMetadata metadata, OutputStream out) static voidJsonTransformer.toJson(ISSTableScanner currentScanner, Stream<UnfilteredRowIterator> partitions, boolean rawTime, TableMetadata metadata, OutputStream out) static voidJsonTransformer.toJsonLines(ISSTableScanner currentScanner, Stream<UnfilteredRowIterator> partitions, boolean rawTime, TableMetadata metadata, OutputStream out)