Class EndOfSegmentEvent
- java.lang.Object
-
- org.apache.flink.runtime.event.AbstractEvent
-
- org.apache.flink.runtime.event.RuntimeEvent
-
- org.apache.flink.runtime.io.network.api.EndOfSegmentEvent
-
- All Implemented Interfaces:
org.apache.flink.core.io.IOReadableWritable
@Internal public class EndOfSegmentEvent extends RuntimeEvent
EndOfSegmentEventis used to notify the downstream switch tiers in tiered storage shuffle mode.
-
-
Field Summary
Fields Modifier and Type Field Description static EndOfSegmentEventINSTANCEThe 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 EndOfSegmentEvent INSTANCE
The singleton instance of this event.
-
-
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
-
-