Uses of Interface
org.apache.cassandra.io.util.RewindableDataInput
-
Packages that use RewindableDataInput Package Description org.apache.cassandra.db.commitlog org.apache.cassandra.index.sai.disk.v1.vector org.apache.cassandra.io.util -
-
Uses of RewindableDataInput in org.apache.cassandra.db.commitlog
Classes in org.apache.cassandra.db.commitlog that implement RewindableDataInput 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. -
Uses of RewindableDataInput in org.apache.cassandra.index.sai.disk.v1.vector
Classes in org.apache.cassandra.index.sai.disk.v1.vector that implement RewindableDataInput Modifier and Type Class Description class
RandomAccessReaderAdapter
-
Uses of RewindableDataInput in org.apache.cassandra.io.util
Subinterfaces of RewindableDataInput in org.apache.cassandra.io.util Modifier and Type Interface Description interface
FileDataInput
Classes in org.apache.cassandra.io.util that implement RewindableDataInput Modifier and Type Class Description class
FileSegmentInputStream
This is the same as DataInputBuffer, i.e.class
RandomAccessReader
-