Uses of Class
org.apache.cassandra.io.util.RebufferingInputStream
-
Packages that use RebufferingInputStream Package Description org.apache.cassandra.db.commitlog org.apache.cassandra.db.streaming File transferorg.apache.cassandra.hints Hints subsystem consists of several components.org.apache.cassandra.io.util org.apache.cassandra.net org.apache.cassandra.streaming.compress -
-
Uses of RebufferingInputStream in org.apache.cassandra.db.commitlog
Subclasses of RebufferingInputStream in org.apache.cassandra.db.commitlog 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 RebufferingInputStream in org.apache.cassandra.db.streaming
Subclasses of RebufferingInputStream in org.apache.cassandra.db.streaming Modifier and Type Class Description classCompressedInputStreamInputStream 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.hints Modifier and Type Class Description classChecksummedDataInputARandomAccessReaderwrapper that calculates the CRC in place.classCompressedChecksummedDataInputclassEncryptedChecksummedDataInput -
Uses of RebufferingInputStream in org.apache.cassandra.io.util
Subclasses of RebufferingInputStream in org.apache.cassandra.io.util Modifier and Type Class Description classDataInputBufferInput stream around a single ByteBuffer.classFileInputStreamPlusclassFileSegmentInputStreamThis is the same as DataInputBuffer, i.e.classMemoryInputStreamclassNIODataInputStreamRough 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.classRandomAccessReader -
Uses of RebufferingInputStream in org.apache.cassandra.net
Subclasses of RebufferingInputStream in org.apache.cassandra.net Modifier and Type Class Description classAsyncStreamingInputPlus -
Uses of RebufferingInputStream in org.apache.cassandra.streaming.compress
Subclasses of RebufferingInputStream in org.apache.cassandra.streaming.compress Modifier and Type Class Description classStreamCompressionInputStream
-