Class StreamSummary

java.lang.Object
org.apache.cassandra.streaming.StreamSummary
All Implemented Interfaces:
Serializable

public class StreamSummary extends Object implements Serializable
Summary of streaming.
See Also:
  • Field Details

    • serializer

      public static final IVersionedSerializer<StreamSummary> serializer
    • 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 Details

    • StreamSummary

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