Uses of Class
org.apache.cassandra.net.AsyncStreamingOutputPlus
-
Packages that use AsyncStreamingOutputPlus Package Description org.apache.cassandra.db.streaming File transfer -
-
Uses of AsyncStreamingOutputPlus in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming with parameters of type AsyncStreamingOutputPlus Modifier and Type Method Description void
CassandraEntireSSTableStreamWriter. write(AsyncStreamingOutputPlus out)
Stream the entire file to given channel.protected long
CassandraStreamWriter. write(ChannelProxy proxy, DataIntegrityMetadata.ChecksumValidator validator, AsyncStreamingOutputPlus output, long start, int transferOffset, int toTransfer, int bufferSize)
Sequentially read bytes from the file and write them to the output stream
-