Class CassandraIncomingFile

  • All Implemented Interfaces:
    IncomingStream

    public class CassandraIncomingFile
    extends java.lang.Object
    implements IncomingStream
    used to receive the part(or whole) of a SSTable data file. This class deserializes the data stream into partitions and rows, and writes that out as an sstable
    • Method Detail

      • read

        public void read​(DataInputPlus in,
                         int version)
                  throws java.lang.Throwable
        Description copied from interface: IncomingStream
        Read in the stream data.
        Specified by:
        read in interface IncomingStream
        Throws:
        java.lang.Throwable
      • isEntireSSTable

        public boolean isEntireSSTable()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object