Class StreamSummary

  • All Implemented Interfaces:
    java.io.Serializable

    public class StreamSummary
    extends java.lang.Object
    implements java.io.Serializable
    Summary of streaming.
    See Also:
    Serialized Form
    • Field Detail

      • tableId

        public final TableId tableId
      • files

        public final int files
        Number of files to transfer. Can be 0 if nothing to transfer for some streaming request.
      • totalSize

        public final long totalSize
    • Constructor Detail

      • StreamSummary

        public StreamSummary​(TableId tableId,
                             int files,
                             long totalSize)
    • Method Detail

      • 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
      • toString

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