Uses of Class
org.apache.cassandra.io.util.DataIntegrityMetadata.ChecksumValidator
-
Packages that use DataIntegrityMetadata.ChecksumValidator Package Description org.apache.cassandra.db.streaming File transferorg.apache.cassandra.io.sstable.format -
-
Uses of DataIntegrityMetadata.ChecksumValidator in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming with parameters of type DataIntegrityMetadata.ChecksumValidator Modifier and Type Method Description protected long
CassandraStreamWriter. write(ChannelProxy proxy, DataIntegrityMetadata.ChecksumValidator validator, StreamingDataOutputPlus output, long start, int transferOffset, int toTransfer, int bufferSize)
Sequentially read bytes from the file and write them to the output stream -
Uses of DataIntegrityMetadata.ChecksumValidator in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return DataIntegrityMetadata.ChecksumValidator Modifier and Type Method Description DataIntegrityMetadata.ChecksumValidator
SSTableReader. maybeGetChecksumValidator()
-