Uses of Class
org.apache.cassandra.io.util.DataInputPlus.DataInputStreamPlus
Packages that use DataInputPlus.DataInputStreamPlus
Package
Description
File transfer
Hints subsystem consists of several components.
-
Uses of DataInputPlus.DataInputStreamPlus in org.apache.cassandra.cache
Methods in org.apache.cassandra.cache that return DataInputPlus.DataInputStreamPlusModifier and TypeMethodDescriptionAutoSavingCache.IStreamFactory.getInputStream(File dataPath, File crcPath) -
Uses of DataInputPlus.DataInputStreamPlus in org.apache.cassandra.db.commitlog
Subclasses of DataInputPlus.DataInputStreamPlus 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 DataInputPlus.DataInputStreamPlus in org.apache.cassandra.db.streaming
Subclasses of DataInputPlus.DataInputStreamPlus 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 DataInputPlus.DataInputStreamPlus in org.apache.cassandra.hints
Subclasses of DataInputPlus.DataInputStreamPlus in org.apache.cassandra.hintsModifier and TypeClassDescriptionclassARandomAccessReaderwrapper that calculates the CRC in place.final classclass -
Uses of DataInputPlus.DataInputStreamPlus in org.apache.cassandra.index.sai.disk.v1.vector
-
Uses of DataInputPlus.DataInputStreamPlus in org.apache.cassandra.io.sstable.indexsummary
Methods in org.apache.cassandra.io.sstable.indexsummary with parameters of type DataInputPlus.DataInputStreamPlusModifier and TypeMethodDescriptionIndexSummary.IndexSummarySerializer.deserializeFirstLastKey(DataInputPlus.DataInputStreamPlus in, IPartitioner partitioner) Deserializes the first and last key stored in the summary -
Uses of DataInputPlus.DataInputStreamPlus in org.apache.cassandra.io.util
Subclasses of DataInputPlus.DataInputStreamPlus 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.classclassRough equivalent of BufferedInputStream and DataInputStream wrapping a ByteBuffer that can be refilled via rebuffer. -
Uses of DataInputPlus.DataInputStreamPlus in org.apache.cassandra.net
Subclasses of DataInputPlus.DataInputStreamPlus in org.apache.cassandra.net -
Uses of DataInputPlus.DataInputStreamPlus in org.apache.cassandra.streaming.compress
Subclasses of DataInputPlus.DataInputStreamPlus in org.apache.cassandra.streaming.compress -
Uses of DataInputPlus.DataInputStreamPlus in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils with parameters of type DataInputPlus.DataInputStreamPlusModifier and TypeMethodDescriptionBloomFilterSerializer.deserialize(DataInputPlus.DataInputStreamPlus in)