Class EndOfSuperstepEvent
- java.lang.Object
-
- org.apache.flink.runtime.event.AbstractEvent
-
- org.apache.flink.runtime.event.RuntimeEvent
-
- org.apache.flink.runtime.io.network.api.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 Summary
Fields Modifier and Type Field Description static EndOfSuperstepEventINSTANCEThe singleton instance of this event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()voidread(org.apache.flink.core.memory.DataInputView in)StringtoString()voidwrite(org.apache.flink.core.memory.DataOutputView out)
-
-
-
Field Detail
-
INSTANCE
public static final EndOfSuperstepEvent INSTANCE
The singleton instance of this event.
-
-