Uses of Interface
org.apache.cassandra.io.sstable.KeyReader
Packages that use KeyReader
Package
Description
-
Uses of KeyReader in org.apache.cassandra.io.sstable
Constructors in org.apache.cassandra.io.sstable with parameters of type KeyReaderModifierConstructorDescriptionKeyIterator(KeyReader it, IPartitioner partitioner, long totalBytes, ReadWriteLock fileAccessLock) -
Uses of KeyReader in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return KeyReaderModifier and TypeMethodDescriptionabstract KeyReaderSSTableReaderLoadingBuilder.buildKeyReader(TableMetrics tableMetrics) abstract KeyReaderSSTableReader.keyReader()Returns aKeyReaderover all keys in the sstable. -
Uses of KeyReader in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement KeyReaderMethods in org.apache.cassandra.io.sstable.format.big that return KeyReaderModifier and TypeMethodDescriptionBigSSTableReaderLoadingBuilder.buildKeyReader(TableMetrics tableMetrics) BigTableReader.keyReader() -
Uses of KeyReader in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti that return KeyReaderModifier and TypeMethodDescriptionBtiTableReaderLoadingBuilder.buildKeyReader(TableMetrics tableMetrics)