Class EndOfPartitionEvent
- java.lang.Object
-
- org.apache.flink.runtime.event.AbstractEvent
-
- org.apache.flink.runtime.event.RuntimeEvent
-
- org.apache.flink.runtime.io.network.api.EndOfPartitionEvent
-
- All Implemented Interfaces:
org.apache.flink.core.io.IOReadableWritable
public class EndOfPartitionEvent extends RuntimeEvent
This event marks a subpartition as fully consumed.
-
-
Field Summary
Fields Modifier and Type Field Description static EndOfPartitionEventINSTANCEThe 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 EndOfPartitionEvent INSTANCE
The singleton instance of this event.
-
-