Uses of Interface
org.apache.cassandra.io.util.RewindableDataInput
-
Packages that use RewindableDataInput Package Description org.apache.cassandra.db.commitlog 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 classEncryptedFileSegmentInputStreamEach 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.io.util
Subinterfaces of RewindableDataInput in org.apache.cassandra.io.util Modifier and Type Interface Description interfaceFileDataInputClasses in org.apache.cassandra.io.util that implement RewindableDataInput Modifier and Type Class Description classFileSegmentInputStreamThis is the same as DataInputBuffer, i.e.classRandomAccessReader
-