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 Detail

      • INSTANCE

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

      • 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