Uses of Class
org.apache.cassandra.io.sstable.format.big.BigTableReader
Packages that use BigTableReader
-
Uses of BigTableReader in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big that return BigTableReaderModifier and TypeMethodDescriptionprotected BigTableReaderBigTableReader.Builder.buildInternal(SSTable.Owner owner) BigTableReader.cloneWithNewSummarySamplingLevel(ColumnFamilyStore parent, int samplingLevel) Returns a new SSTableReader with the same properties as this SSTableReader except that a new IndexSummary will be built at the target samplingLevel.Methods in org.apache.cassandra.io.sstable.format.big that return types with arguments of type BigTableReaderMethods in org.apache.cassandra.io.sstable.format.big with parameters of type BigTableReaderModifier and TypeMethodDescriptionstatic ISSTableScannerBigTableScanner.getScanner(BigTableReader sstable, ColumnFilter columns, DataRange dataRange, SSTableReadsListener listener) Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type BigTableReaderModifierConstructorDescriptionBigTableVerifier(ColumnFamilyStore cfs, BigTableReader sstable, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options)