Class EndOfSuperstepEvent

All Implemented Interfaces:
org.apache.flink.core.io.IOReadableWritable

public class EndOfSuperstepEvent extends RuntimeEvent
Marks the end of a superstep of one particular iteration superstep.
  • Field Details

    • INSTANCE

      public static final EndOfSuperstepEvent INSTANCE
      The singleton instance of this event.
  • Method Details

    • write

      public void write(org.apache.flink.core.memory.DataOutputView out)
    • read

      public void read(org.apache.flink.core.memory.DataInputView in)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object