Class EndOfOutputChannelStateEvent
- java.lang.Object
-
- org.apache.flink.runtime.event.AbstractEvent
-
- org.apache.flink.runtime.event.RuntimeEvent
-
- org.apache.flink.runtime.io.network.partition.consumer.EndOfOutputChannelStateEvent
-
- All Implemented Interfaces:
org.apache.flink.core.io.IOReadableWritable
public class EndOfOutputChannelStateEvent extends RuntimeEvent
Marks the end of recovered state ofResultSubpartitionon the upstream.
-
-
Field Summary
Fields Modifier and Type Field Description static EndOfOutputChannelStateEventINSTANCEThe 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 EndOfOutputChannelStateEvent INSTANCE
The singleton instance of this event.
-
-