| Modifier and Type | Field and Description | 
|---|---|
| FileDataInput | AbstractSSTableIterator.Reader. file | 
| 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 | 
|---|
| AbstractSSTableIterator(SSTableReader sstable,
                       FileDataInput file,
                       DecoratedKey key,
                       RowIndexEntry indexEntry,
                       Slices slices,
                       ColumnFilter columnFilter,
                       boolean isForThrift,
                       FileHandle ifile) | 
| Reader(FileDataInput file,
      boolean shouldCloseFile) | 
| SSTableIterator(SSTableReader sstable,
               FileDataInput file,
               DecoratedKey key,
               RowIndexEntry indexEntry,
               Slices slices,
               ColumnFilter columns,
               boolean isForThrift,
               FileHandle ifile) | 
| SSTableReversedIterator(SSTableReader sstable,
                       FileDataInput file,
                       DecoratedKey key,
                       RowIndexEntry indexEntry,
                       Slices slices,
                       ColumnFilter columns,
                       boolean isForThrift,
                       FileHandle ifile) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EncryptedFileSegmentInputStreamEach segment of an encrypted file may contain many encrypted chunks, and each chunk needs to be individually decrypted
 to reconstruct the full segment. | 
| Modifier and Type | Field and Description | 
|---|---|
| FileDataInput | CommitLogSegmentReader.SyncSegment. inputthe 'buffer' to replay commit log data from | 
| Constructor and Description | 
|---|
| SyncSegment(FileDataInput input,
           int fileStartPosition,
           int fileEndPosition,
           int endPosition,
           boolean toleratesErrorsInSection) | 
| Modifier and Type | Method and Description | 
|---|---|
| Unfiltered | UnfilteredSerializer. deserializeTombstonesOnly(FileDataInput in,
                         SerializationHeader header,
                         SerializationHelper helper) | 
| Modifier and Type | Method and Description | 
|---|---|
| static SSTableIdentityIterator | SSTableIdentityIterator. create(SSTableReader sstable,
      FileDataInput dfile,
      RowIndexEntry<?> indexEntry,
      DecoratedKey key,
      boolean tombstoneOnly) | 
| Modifier and Type | Method and Description | 
|---|---|
| FileDataInput | SSTableReader. getFileDataInput(long position) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract UnfilteredRowIterator | SSTableReader. iterator(FileDataInput file,
        DecoratedKey key,
        RowIndexEntry indexEntry,
        Slices slices,
        ColumnFilter selectedColumns,
        boolean reversed,
        boolean isForThrift) | 
| abstract UnfilteredRowIterator | SSTableReader. simpleIterator(FileDataInput file,
              DecoratedKey key,
              RowIndexEntry indexEntry,
              boolean tombstoneOnly) | 
| Modifier and Type | Method and Description | 
|---|---|
| UnfilteredRowIterator | BigTableReader. iterator(FileDataInput file,
        DecoratedKey key,
        RowIndexEntry indexEntry,
        Slices slices,
        ColumnFilter selectedColumns,
        boolean reversed,
        boolean isForThrift) | 
| UnfilteredRowIterator | BigTableReader. simpleIterator(FileDataInput dfile,
              DecoratedKey key,
              RowIndexEntry position,
              boolean tombstoneOnly) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<MetadataType,MetadataComponent> | MetadataSerializer. deserialize(Descriptor descriptor,
           FileDataInput in,
           java.util.EnumSet<MetadataType> types) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FileSegmentInputStreamThis is the same as DataInputBuffer, i.e. | 
| class  | RandomAccessReader | 
| Modifier and Type | Method and Description | 
|---|---|
| FileDataInput | FileHandle. createReader(long position) | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.nio.ByteBuffer | EncryptionUtils. decrypt(FileDataInput fileDataInput,
       java.nio.ByteBuffer outputBuffer,
       boolean allowBufferResize,
       javax.crypto.Cipher cipher) | 
Copyright © 2018 The Apache Software Foundation