Uses of Class
org.apache.cassandra.io.util.FileSegmentInputStream
-
Packages that use FileSegmentInputStream Package Description org.apache.cassandra.db.commitlog -
-
Uses of FileSegmentInputStream in org.apache.cassandra.db.commitlog
Subclasses of FileSegmentInputStream in org.apache.cassandra.db.commitlog 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.
-