Uses of Interface
org.apache.cassandra.io.util.FileDataInput
-
-
Uses of FileDataInput in org.apache.cassandra.db.commitlog
Classes in org.apache.cassandra.db.commitlog that implement FileDataInput Modifier and Type Class Description class
EncryptedFileSegmentInputStream
Each 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 FileDataInput
CommitLogSegmentReader.SyncSegment. input
the '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 Unfiltered
UnfilteredSerializer. 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 Modifier and Type Class Description class
RandomAccessReaderAdapter
-
Uses of FileDataInput in org.apache.cassandra.io.sstable
Fields in org.apache.cassandra.io.sstable declared as FileDataInput Modifier and Type Field Description FileDataInput
AbstractSSTableIterator.AbstractReader. file
Methods in org.apache.cassandra.io.sstable with parameters of type FileDataInput Modifier and Type Method Description static SSTableIdentityIterator
SSTableIdentityIterator. create(SSTableReader sstable, FileDataInput dfile, long dataPosition, DecoratedKey key, boolean tombstoneOnly)
protected abstract AbstractSSTableIterator.Reader
AbstractSSTableIterator. createReaderInternal(RIE indexEntry, FileDataInput file, boolean shouldCloseFile, Version version)
Constructors in org.apache.cassandra.io.sstable with parameters of type FileDataInput Constructor Description AbstractReader(FileDataInput file, boolean shouldCloseFile)
AbstractSSTableIterator(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 FileDataInput Modifier and Type Method Description FileDataInput
SSTableReader. getFileDataInput(long position)
Create aFileDataInput
for the data file of the sstable represented by this reader.Methods in org.apache.cassandra.io.sstable.format with parameters of type FileDataInput Modifier and Type Method Description UnfilteredRowIterator
SSTableReader. 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 FileDataInput Modifier and Type Method Description protected AbstractSSTableIterator.Reader
SSTableIterator. createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile, Version version)
protected AbstractSSTableIterator.Reader
SSTableReversedIterator. createReaderInternal(RowIndexEntry indexEntry, FileDataInput file, boolean shouldCloseFile, Version version)
default RowIndexEntry
RowIndexEntry.IndexSerializer. deserialize(FileDataInput input)
UnfilteredRowIterator
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 FileDataInput Constructor Description 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.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type FileDataInput Modifier and Type Method Description UnfilteredRowIterator
BtiTableReader. 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 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 class
FileSegmentInputStream
This is the same as DataInputBuffer, i.e.class
RandomAccessReader
Methods in org.apache.cassandra.io.util that return FileDataInput Modifier and Type Method Description FileDataInput
FileHandle. 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.ByteBuffer
EncryptionUtils. decrypt(FileDataInput fileDataInput, java.nio.ByteBuffer outputBuffer, boolean allowBufferResize, javax.crypto.Cipher cipher)
-