Class TerminationEvent

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

    public class TerminationEvent
    extends TaskEvent
    Signals that the iteration is completely executed, participating tasks must terminate now.
    • Constructor Detail

      • TerminationEvent

        public TerminationEvent()
    • Method Detail

      • write

        public void write​(org.apache.flink.core.memory.DataOutputView out)
                   throws IOException
        Throws:
        IOException
      • read

        public void read​(org.apache.flink.core.memory.DataInputView in)
                  throws IOException
        Throws:
        IOException