Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorEvent
Packages that use OperatorEvent
Package
Description
-
Uses of OperatorEvent in org.apache.flink.runtime.executiongraph
Method parameters in org.apache.flink.runtime.executiongraph with type arguments of type OperatorEventModifier and TypeMethodDescriptionExecution.sendOperatorEvent(OperatorID operatorId, org.apache.flink.util.SerializedValue<OperatorEvent> event) Sends the operator event to the Task on the Task Executor. -
Uses of OperatorEvent in org.apache.flink.runtime.jobgraph.tasks
Method parameters in org.apache.flink.runtime.jobgraph.tasks with type arguments of type OperatorEventModifier and TypeMethodDescriptionvoidAbstractInvokable.dispatchOperatorEvent(OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> event) voidCoordinatedTask.dispatchOperatorEvent(OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> event) voidTaskOperatorEventGateway.sendOperatorEventToCoordinator(OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> event) Sends an event from the operator (identified by the given operator ID) to the operator coordinator (identified by the same ID). -
Uses of OperatorEvent in org.apache.flink.runtime.jobmanager.slots
Method parameters in org.apache.flink.runtime.jobmanager.slots with type arguments of type OperatorEventModifier and TypeMethodDescriptionTaskManagerGateway.sendOperatorEventToTask(ExecutionAttemptID task, OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> evt) -
Uses of OperatorEvent in org.apache.flink.runtime.jobmaster
Method parameters in org.apache.flink.runtime.jobmaster with type arguments of type OperatorEventModifier and TypeMethodDescriptionJobMaster.sendOperatorEventToCoordinator(ExecutionAttemptID task, OperatorID operatorID, org.apache.flink.util.SerializedValue<OperatorEvent> serializedEvent) JobMasterOperatorEventGateway.sendOperatorEventToCoordinator(ExecutionAttemptID task, OperatorID operatorID, org.apache.flink.util.SerializedValue<OperatorEvent> event) RpcTaskManagerGateway.sendOperatorEventToTask(ExecutionAttemptID task, OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> evt) -
Uses of OperatorEvent in org.apache.flink.runtime.operators.coordination
Classes in org.apache.flink.runtime.operators.coordination that implement OperatorEventModifier and TypeClassDescriptionclassAnOperatorEventsent from a subtask to itsOperatorCoordinatorto signal that the checkpoint of an individual task is completed.Methods in org.apache.flink.runtime.operators.coordination with parameters of type OperatorEventModifier and TypeMethodDescriptionvoidOperatorCoordinator.handleEventFromOperator(int subtask, int attemptNumber, OperatorEvent event) Hands an OperatorEvent coming from a parallel Operator instance (one attempt of the parallel subtasks).voidOperatorCoordinatorHolder.handleEventFromOperator(int subtask, int attemptNumber, OperatorEvent event) voidRecreateOnResetOperatorCoordinator.handleEventFromOperator(int subtask, int attemptNumber, OperatorEvent event) voidOperatorEventHandler.handleOperatorEvent(OperatorEvent evt) OperatorCoordinator.SubtaskGateway.sendEvent(OperatorEvent evt) Sends an event to the parallel subtask with the given subtask index.voidOperatorEventGateway.sendEventToCoordinator(OperatorEvent event) Sends the given event to the coordinator, where it will be handled by theOperatorCoordinator.handleEventFromOperator(int, int, OperatorEvent)method. -
Uses of OperatorEvent in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler with parameters of type OperatorEventModifier and TypeMethodDescriptionvoidDefaultOperatorCoordinatorHandler.deliverOperatorEventToCoordinator(ExecutionAttemptID taskExecutionId, OperatorID operatorId, OperatorEvent evt) voidOperatorCoordinatorHandler.deliverOperatorEventToCoordinator(ExecutionAttemptID taskExecutionId, OperatorID operatorId, OperatorEvent event) Delivers an OperatorEvent to aOperatorCoordinator.voidSchedulerBase.deliverOperatorEventToCoordinator(ExecutionAttemptID taskExecutionId, OperatorID operatorId, OperatorEvent evt) voidSchedulerNG.deliverOperatorEventToCoordinator(ExecutionAttemptID taskExecution, OperatorID operator, OperatorEvent evt) Delivers the given OperatorEvent to theOperatorCoordinatorwith the givenOperatorID. -
Uses of OperatorEvent in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive with parameters of type OperatorEventModifier and TypeMethodDescriptionvoidAdaptiveScheduler.deliverOperatorEventToCoordinator(ExecutionAttemptID taskExecution, OperatorID operator, OperatorEvent evt) -
Uses of OperatorEvent in org.apache.flink.runtime.source.coordinator
Methods in org.apache.flink.runtime.source.coordinator with parameters of type OperatorEventModifier and TypeMethodDescriptionvoidSourceCoordinator.handleEventFromOperator(int subtask, int attemptNumber, OperatorEvent event) -
Uses of OperatorEvent in org.apache.flink.runtime.source.event
Classes in org.apache.flink.runtime.source.event that implement OperatorEventModifier and TypeClassDescriptionclassAddSplitEvent<SplitT>A source event that adds splits to a source reader.classA source event that notify the source operator of the backlog status.classA source event sent from the SplitEnumerator to the SourceReader to indicate that no more splits will be assigned to the source reader anymore.classAnOperatorEventthat registers aSourceReaderto the SourceCoordinator.classReports last emittedWatermarkfrom a subtask to theSourceCoordinator.final classAn event to request splits, sent typically from the Source Reader to the Source Enumerator.classA wrapper operator event that contains a custom defined operator event.classSignals source operators the maximum watermark that emitted records can have. -
Uses of OperatorEvent in org.apache.flink.runtime.taskexecutor
Method parameters in org.apache.flink.runtime.taskexecutor with type arguments of type OperatorEventModifier and TypeMethodDescriptionTaskExecutor.sendOperatorEventToTask(ExecutionAttemptID executionAttemptID, OperatorID operatorId, org.apache.flink.util.SerializedValue<OperatorEvent> evt) TaskExecutorGateway.sendOperatorEventToTask(ExecutionAttemptID task, OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> evt) TaskExecutorGatewayDecoratorBase.sendOperatorEventToTask(ExecutionAttemptID task, OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> evt) TaskExecutorOperatorEventGateway.sendOperatorEventToTask(ExecutionAttemptID task, OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> evt) Sends an operator event to an operator in a task executed by the Task Manager (Task Executor). -
Uses of OperatorEvent in org.apache.flink.runtime.taskexecutor.rpc
Method parameters in org.apache.flink.runtime.taskexecutor.rpc with type arguments of type OperatorEventModifier and TypeMethodDescriptionvoidRpcTaskOperatorEventGateway.sendOperatorEventToCoordinator(OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> event) -
Uses of OperatorEvent in org.apache.flink.runtime.taskmanager
Method parameters in org.apache.flink.runtime.taskmanager with type arguments of type OperatorEventModifier and TypeMethodDescriptionvoidTask.deliverOperatorEvent(OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> evt) Dispatches an operator event to the invokable task. -
Uses of OperatorEvent in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type OperatorEvent -
Uses of OperatorEvent in org.apache.flink.streaming.api.operators.collect
Classes in org.apache.flink.streaming.api.operators.collect that implement OperatorEventModifier and TypeClassDescriptionclassAnOperatorEventthat passes the socket server address in the sink to the coordinator.Methods in org.apache.flink.streaming.api.operators.collect with parameters of type OperatorEventModifier and TypeMethodDescriptionvoidCollectSinkOperatorCoordinator.handleEventFromOperator(int subtask, int attemptNumber, OperatorEvent event) voidCollectSinkOperator.handleOperatorEvent(OperatorEvent evt) -
Uses of OperatorEvent in org.apache.flink.streaming.runtime.tasks
Method parameters in org.apache.flink.streaming.runtime.tasks with type arguments of type OperatorEventModifier and TypeMethodDescriptionvoidFinishedOperatorChain.dispatchOperatorEvent(OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> event) abstract voidOperatorChain.dispatchOperatorEvent(OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> event) voidRegularOperatorChain.dispatchOperatorEvent(OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> event) voidStreamTask.dispatchOperatorEvent(OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> event)