Uses of Class
org.apache.flink.runtime.event.RuntimeEvent
-
Packages that use RuntimeEvent Package Description org.apache.flink.runtime.event org.apache.flink.runtime.io.network.api org.apache.flink.runtime.io.network.partition.consumer -
-
Uses of RuntimeEvent in org.apache.flink.runtime.event
Subclasses of RuntimeEvent in org.apache.flink.runtime.event Modifier and Type Class Description classWatermarkEventThis event wraps theWatermark, it is used in propagateWatermarkbetween shuffle components, and should not be visible to operators and functions. -
Uses of RuntimeEvent in org.apache.flink.runtime.io.network.api
Subclasses of RuntimeEvent in org.apache.flink.runtime.io.network.api Modifier and Type Class Description classCancelCheckpointMarkerThe CancelCheckpointMarker travels through the data streams, similar to theCheckpointBarrier, but signals that a certain checkpoint should be canceled.classCheckpointBarrierCheckpoint barriers are used to align checkpoints throughout the streaming topology.classEndOfDataThis event indicates there will be no more data records in a subpartition.classEndOfPartitionEventThis event marks a subpartition as fully consumed.classEndOfSegmentEventEndOfSegmentEventis used to notify the downstream switch tiers in tiered storage shuffle mode.classEndOfSuperstepEventMarks the end of a superstep of one particular iteration superstep.classEventAnnouncementEventAnnouncementis announcing presence or receiving of anAbstractEvent.classRecoveryMetadataRecoveryMetadatacontains the metadata used during a recovery process.classSubtaskConnectionDescriptorAn event that is used to (de)multiplex old channels over the same new channel. -
Uses of RuntimeEvent in org.apache.flink.runtime.io.network.partition.consumer
Subclasses of RuntimeEvent in org.apache.flink.runtime.io.network.partition.consumer Modifier and Type Class Description classEndOfChannelStateEventMarks the end of recovered state ofRecoveredInputChannelof this subtask orResultSubpartitionon the upstream.
-