Uses of Class
org.apache.cassandra.io.util.RebufferingInputStream
Packages that use RebufferingInputStream
Package
Description
File transfer
Hints subsystem consists of several components.
-
Uses of RebufferingInputStream in org.apache.cassandra.db.commitlog
Subclasses of RebufferingInputStream in org.apache.cassandra.db.commitlogModifier 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. -
Uses of RebufferingInputStream in org.apache.cassandra.db.streaming
Subclasses of RebufferingInputStream in org.apache.cassandra.db.streamingModifier and TypeClassDescriptionclassInputStream which reads compressed chunks from the underlying input stream and deals with decompression and position tracking. -
Uses of RebufferingInputStream in org.apache.cassandra.hints
Subclasses of RebufferingInputStream in org.apache.cassandra.hintsModifier and TypeClassDescriptionclassARandomAccessReaderwrapper that calculates the CRC in place.final classclass -
Uses of RebufferingInputStream in org.apache.cassandra.index.sai.disk.v1.vector
Subclasses of RebufferingInputStream in org.apache.cassandra.index.sai.disk.v1.vector -
Uses of RebufferingInputStream in org.apache.cassandra.io.util
Subclasses of RebufferingInputStream in org.apache.cassandra.io.utilModifier and TypeClassDescriptionclassInput stream around a single ByteBuffer.classclassThis is the same as DataInputBuffer, i.e.classclassRough equivalent of BufferedInputStream and DataInputStream wrapping the input stream of a File or Socket Created to work around the fact that when BIS + DIS delegate to NIO for socket IO they will allocate large thread local direct byte buffers when a large array is used to read.class -
Uses of RebufferingInputStream in org.apache.cassandra.net
Subclasses of RebufferingInputStream in org.apache.cassandra.net -
Uses of RebufferingInputStream in org.apache.cassandra.streaming.compress
Subclasses of RebufferingInputStream in org.apache.cassandra.streaming.compress