Uses of Interface
org.apache.cassandra.io.util.FileDataInput
Packages that use FileDataInput
Package
Description
-
Uses of FileDataInput in org.apache.cassandra.db.commitlog
Classes in org.apache.cassandra.db.commitlog that implement FileDataInputModifier and TypeClassDescriptionclassEach 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 FileDataInputModifier and TypeFieldDescriptionfinal FileDataInputCommitLogSegmentReader.SyncSegment.inputthe 'buffer' to replay commit log data fromConstructors in org.apache.cassandra.db.commitlog with parameters of type FileDataInputModifierConstructorDescriptionSyncSegment(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 FileDataInputModifier and TypeMethodDescriptionUnfilteredSerializer.deserializeTombstonesOnly(FileDataInput in, SerializationHeader header, DeserializationHelper helper) -
Uses of FileDataInput in org.apache.cassandra.index.sai.disk.v1.vector
Classes in org.apache.cassandra.index.sai.disk.v1.vector that implement FileDataInput -
Uses of FileDataInput in org.apache.cassandra.io.sstable
Fields in org.apache.cassandra.io.sstable declared as FileDataInputMethods in org.apache.cassandra.io.sstable with parameters of type FileDataInputModifier and TypeMethodDescriptionstatic SSTableIdentityIteratorSSTableIdentityIterator.create(SSTableReader sstable, FileDataInput dfile, boolean tombstoneOnly) static SSTableIdentityIteratorSSTableIdentityIterator.create(SSTableReader sstable, FileDataInput dfile, long dataPosition, DecoratedKey key, boolean tombstoneOnly) protected abstract AbstractSSTableIterator.ReaderAbstractSSTableIterator.createReaderInternal(RIE indexEntry, FileDataInput file, boolean shouldCloseFile, Version version) Constructors in org.apache.cassandra.io.sstable with parameters of type FileDataInputModifierConstructorDescriptionprotectedAbstractReader(FileDataInput file, boolean shouldCloseFile) protectedAbstractSSTableIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RIE indexEntry, Slices slices, ColumnFilter columnFilter, FileHandle ifile) ForwardReader(FileDataInput file, boolean shouldCloseFile) -
Uses of FileDataInput in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return FileDataInputModifier and TypeMethodDescriptionSSTableReader.getFileDataInput(long position) Create aFileDataInputfor the data file of the sstable represented by this reader.Methods in org.apache.cassandra.io.sstable.format with parameters of type FileDataInputModifier and TypeMethodDescriptionSSTableReader.simpleIterator(FileDataInput file, DecoratedKey key, long dataPosition, 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 FileDataInputModifier and TypeMethodDescriptionprotected AbstractSSTableIterator.ReaderSSTableIterator.createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile, Version version) protected AbstractSSTableIterator.ReaderSSTableReversedIterator.createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile, Version version) default RowIndexEntryRowIndexEntry.IndexSerializer.deserialize(FileDataInput input) BigTableReader.rowIterator(FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed) Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type FileDataInputModifierConstructorDescriptionSSTableIterator(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.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type FileDataInputModifier and TypeMethodDescriptionBtiTableReader.rowIterator(FileDataInput dataFileInput, DecoratedKey key, org.apache.cassandra.io.sstable.format.bti.TrieIndexEntry indexEntry, Slices slices, ColumnFilter selectedColumns, boolean reversed) -
Uses of FileDataInput in org.apache.cassandra.io.sstable.metadata
Methods in org.apache.cassandra.io.sstable.metadata with parameters of type FileDataInputModifier and TypeMethodDescriptionMetadataSerializer.deserialize(Descriptor descriptor, FileDataInput in, EnumSet<MetadataType> selectedTypes) -
Uses of FileDataInput in org.apache.cassandra.io.util
Classes in org.apache.cassandra.io.util that implement FileDataInputModifier and TypeClassDescriptionclassThis is the same as DataInputBuffer, i.e.classMethods in org.apache.cassandra.io.util that return FileDataInput -
Uses of FileDataInput in org.apache.cassandra.security
Methods in org.apache.cassandra.security with parameters of type FileDataInputModifier and TypeMethodDescriptionstatic ByteBufferEncryptionUtils.decrypt(FileDataInput fileDataInput, ByteBuffer outputBuffer, boolean allowBufferResize, Cipher cipher)