Class CassandraEntireSSTableStreamWriter


  • public class CassandraEntireSSTableStreamWriter
    extends java.lang.Object
    CassandraEntireSSTableStreamWriter streams the entire SSTable to given channel.
    • Method Detail

      • write

        public void write​(StreamingDataOutputPlus out)
                   throws java.io.IOException
        Stream the entire file to given channel.

        TODO: this currently requires a companion thread, but could be performed entirely asynchronously

        Parameters:
        out - where this writes data to
        Throws:
        java.io.IOException - on any I/O error