| Package | Description | 
|---|---|
| org.apache.cassandra.db.columniterator | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AbstractSSTableIterator.Reader | AbstractSSTableIterator. reader | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract AbstractSSTableIterator.Reader | AbstractSSTableIterator. createReaderInternal(RowIndexEntry indexEntry,
                    FileDataInput file,
                    boolean shouldCloseFile) | 
| protected AbstractSSTableIterator.Reader | SSTableIterator. createReaderInternal(RowIndexEntry indexEntry,
                    FileDataInput file,
                    boolean shouldCloseFile) | 
| protected AbstractSSTableIterator.Reader | SSTableReversedIterator. createReaderInternal(RowIndexEntry indexEntry,
                    FileDataInput file,
                    boolean shouldCloseFile) | 
| Constructor and Description | 
|---|
| IndexState(AbstractSSTableIterator.Reader reader,
          ClusteringComparator comparator,
          RowIndexEntry indexEntry,
          boolean reversed,
          FileHandle indexFile) | 
Copyright © 2018 The Apache Software Foundation