Uses of Interface
org.apache.cassandra.io.util.FileDataInput
-
-
Uses of FileDataInput in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type FileDataInput Modifier and Type Method Description default RowIndexEntry<T>RowIndexEntry.IndexSerializer. deserialize(FileDataInput input) -
Uses of FileDataInput in org.apache.cassandra.db.columniterator
Fields in org.apache.cassandra.db.columniterator declared as FileDataInput Modifier and Type Field Description FileDataInputAbstractSSTableIterator.Reader. fileMethods in org.apache.cassandra.db.columniterator with parameters of type FileDataInput Modifier and Type Method Description protected abstract AbstractSSTableIterator.ReaderAbstractSSTableIterator. createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile)protected AbstractSSTableIterator.ReaderSSTableIterator. createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile)protected AbstractSSTableIterator.ReaderSSTableReversedIterator. createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile)Constructors in org.apache.cassandra.db.columniterator with parameters of type FileDataInput Constructor Description AbstractSSTableIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columnFilter, FileHandle ifile)Reader(FileDataInput file, boolean shouldCloseFile)SSTableIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columns, FileHandle ifile)SSTableReversedIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columns, FileHandle ifile) -
Uses of FileDataInput in org.apache.cassandra.db.commitlog
Classes in org.apache.cassandra.db.commitlog that implement FileDataInput Modifier and Type Class Description classEncryptedFileSegmentInputStreamEach segment of an encrypted file may contain many encrypted chunks, and each chunk needs to be individually decrypted to reconstruct the full segment.Fields in org.apache.cassandra.db.commitlog declared as FileDataInput Modifier and Type Field Description FileDataInputCommitLogSegmentReader.SyncSegment. inputthe 'buffer' to replay commit log data fromConstructors in org.apache.cassandra.db.commitlog with parameters of type FileDataInput Constructor Description SyncSegment(FileDataInput input, int fileStartPosition, int fileEndPosition, int endPosition, boolean toleratesErrorsInSection) -
Uses of FileDataInput in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type FileDataInput Modifier and Type Method Description UnfilteredUnfilteredSerializer. deserializeTombstonesOnly(FileDataInput in, SerializationHeader header, DeserializationHelper helper) -
Uses of FileDataInput in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable with parameters of type FileDataInput Modifier and Type Method Description static SSTableIdentityIteratorSSTableIdentityIterator. create(SSTableReader sstable, FileDataInput dfile, RowIndexEntry<?> indexEntry, DecoratedKey key, boolean tombstoneOnly) -
Uses of FileDataInput in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return FileDataInput Modifier and Type Method Description FileDataInputSSTableReader. getFileDataInput(long position)Methods in org.apache.cassandra.io.sstable.format with parameters of type FileDataInput Modifier and Type Method Description abstract UnfilteredRowIteratorSSTableReader. rowIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed)abstract UnfilteredRowIteratorSSTableReader. simpleIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, boolean tombstoneOnly) -
Uses of FileDataInput in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type FileDataInput Modifier and Type Method Description UnfilteredRowIteratorBigTableReader. rowIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed)UnfilteredRowIteratorBigTableReader. simpleIterator(FileDataInput dfile, DecoratedKey key, RowIndexEntry position, boolean tombstoneOnly) -
Uses of FileDataInput in org.apache.cassandra.io.sstable.metadata
Methods in org.apache.cassandra.io.sstable.metadata with parameters of type FileDataInput Modifier and Type Method Description java.util.Map<MetadataType,MetadataComponent>MetadataSerializer. deserialize(Descriptor descriptor, FileDataInput in, java.util.EnumSet<MetadataType> selectedTypes) -
Uses of FileDataInput in org.apache.cassandra.io.util
Classes in org.apache.cassandra.io.util that implement FileDataInput Modifier and Type Class Description classFileSegmentInputStreamThis is the same as DataInputBuffer, i.e.classRandomAccessReaderMethods in org.apache.cassandra.io.util that return FileDataInput Modifier and Type Method Description FileDataInputFileHandle. createReader(long position) -
Uses of FileDataInput in org.apache.cassandra.security
Methods in org.apache.cassandra.security with parameters of type FileDataInput Modifier and Type Method Description static java.nio.ByteBufferEncryptionUtils. decrypt(FileDataInput fileDataInput, java.nio.ByteBuffer outputBuffer, boolean allowBufferResize, javax.crypto.Cipher cipher)
-