Uses of Class
org.apache.flink.runtime.event.TaskEvent
Packages that use TaskEvent
Package
Description
-
Uses of TaskEvent in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network with parameters of type TaskEventModifier and TypeMethodDescriptionbooleanTaskEventDispatcher.publish(ResultPartitionID partitionId, TaskEvent event) Publishes the event to the registeredEventListenerinstances.booleanTaskEventPublisher.publish(ResultPartitionID partitionId, TaskEvent event) Publishes the event to the registeredEventListenerinstances.voidPartitionRequestClient.sendTaskEvent(ResultPartitionID partitionId, TaskEvent event, RemoteInputChannel inputChannel) Sends a task event backwards to an intermediate result partition.Method parameters in org.apache.flink.runtime.io.network with type arguments of type TaskEventModifier and TypeMethodDescriptionvoidTaskEventDispatcher.subscribeToEvent(ResultPartitionID partitionId, EventListener<TaskEvent> eventListener, Class<? extends TaskEvent> eventType) Subscribes a listener to this dispatcher for events on a partition.voidTaskEventDispatcher.subscribeToEvent(ResultPartitionID partitionId, EventListener<TaskEvent> eventListener, Class<? extends TaskEvent> eventType) Subscribes a listener to this dispatcher for events on a partition. -
Uses of TaskEvent in org.apache.flink.runtime.io.network.api
Methods in org.apache.flink.runtime.io.network.api with parameters of type TaskEventModifier and TypeMethodDescriptionvoidPublishes the task event to all subscribed event listeners.Method parameters in org.apache.flink.runtime.io.network.api with type arguments of type TaskEventModifier and TypeMethodDescriptionvoidTaskEventHandler.subscribe(EventListener<TaskEvent> listener, Class<? extends TaskEvent> eventType) voidTaskEventHandler.subscribe(EventListener<TaskEvent> listener, Class<? extends TaskEvent> eventType) -
Uses of TaskEvent in org.apache.flink.runtime.io.network.api.reader
Methods in org.apache.flink.runtime.io.network.api.reader with parameters of type TaskEventModifier and TypeMethodDescriptionvoidvoidAbstractReader.sendTaskEvent(TaskEvent event) voidReaderBase.sendTaskEvent(TaskEvent event) Method parameters in org.apache.flink.runtime.io.network.api.reader with type arguments of type TaskEventModifier and TypeMethodDescriptionvoidAbstractReader.registerTaskEventListener(EventListener<TaskEvent> listener, Class<? extends TaskEvent> eventType) voidAbstractReader.registerTaskEventListener(EventListener<TaskEvent> listener, Class<? extends TaskEvent> eventType) voidReaderBase.registerTaskEventListener(EventListener<TaskEvent> listener, Class<? extends TaskEvent> eventType) voidReaderBase.registerTaskEventListener(EventListener<TaskEvent> listener, Class<? extends TaskEvent> eventType) -
Uses of TaskEvent in org.apache.flink.runtime.io.network.netty
Methods in org.apache.flink.runtime.io.network.netty with parameters of type TaskEventModifier and TypeMethodDescriptionvoidNettyPartitionRequestClient.sendTaskEvent(ResultPartitionID partitionId, TaskEvent event, RemoteInputChannel inputChannel) Sends a task event backwards to an intermediate result partition producer. -
Uses of TaskEvent in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type TaskEventModifier and TypeMethodDescriptionabstract voidInputGate.sendTaskEvent(TaskEvent event) voidSingleInputGate.sendTaskEvent(TaskEvent event) voidUnionInputGate.sendTaskEvent(TaskEvent event) -
Uses of TaskEvent in org.apache.flink.runtime.iterative.concurrent
Methods in org.apache.flink.runtime.iterative.concurrent with parameters of type TaskEvent -
Uses of TaskEvent in org.apache.flink.runtime.iterative.event
Subclasses of TaskEvent in org.apache.flink.runtime.iterative.eventModifier and TypeClassDescriptionclassEvent sent by theIterationSynchronizationSinkTaskto eachIterationHeadsignaling to start a new superstep.classBase class for iterationTaskEventtransmitting operator aggregators.classSignals that the iteration is completely executed, participating tasks must terminate now.classCompletion event sent from eachIterationHeadto theIterationSynchronizationSinkTask. -
Uses of TaskEvent in org.apache.flink.runtime.iterative.task
Methods in org.apache.flink.runtime.iterative.task with parameters of type TaskEvent -
Uses of TaskEvent in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager with parameters of type TaskEvent