Uses of Class
org.apache.flink.runtime.event.RuntimeEvent
Packages that use RuntimeEvent
Package
Description
-
Uses of RuntimeEvent in org.apache.flink.runtime.event
Subclasses of RuntimeEvent in org.apache.flink.runtime.eventModifier and TypeClassDescriptionclassThis 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.apiModifier and TypeClassDescriptionclassThe CancelCheckpointMarker travels through the data streams, similar to theCheckpointBarrier, but signals that a certain checkpoint should be canceled.classCheckpoint barriers are used to align checkpoints throughout the streaming topology.classThis event indicates there will be no more data records in a subpartition.classThis event marks a subpartition as fully consumed.classEndOfSegmentEventis used to notify the downstream switch tiers in tiered storage shuffle mode.classMarks the end of a superstep of one particular iteration superstep.classEventAnnouncementis announcing presence or receiving of anAbstractEvent.classRecoveryMetadatacontains the metadata used during a recovery process.final classAn 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.consumerModifier and TypeClassDescriptionclassMarks the end of recovered state ofRecoveredInputChannelof this subtask orResultSubpartitionon the upstream.