Uses of Class
org.apache.cassandra.io.sstable.AbstractSSTableIterator.AbstractReader
-
Packages that use AbstractSSTableIterator.AbstractReader Package Description org.apache.cassandra.io.sstable org.apache.cassandra.io.sstable.format.big -
-
Uses of AbstractSSTableIterator.AbstractReader in org.apache.cassandra.io.sstable
Subclasses of AbstractSSTableIterator.AbstractReader in org.apache.cassandra.io.sstable Modifier and Type Class Description protected class
AbstractSSTableIterator.ForwardReader
-
Uses of AbstractSSTableIterator.AbstractReader in org.apache.cassandra.io.sstable.format.big
Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type AbstractSSTableIterator.AbstractReader Constructor Description IndexState(AbstractSSTableIterator.AbstractReader reader, ClusteringComparator comparator, RowIndexEntry indexEntry, boolean reversed, FileHandle indexFile)
-