Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorEvent
-
-
Uses of OperatorEvent in org.apache.flink.runtime.executiongraph
Method parameters in org.apache.flink.runtime.executiongraph with type arguments of type OperatorEvent Modifier and Type Method Description CompletableFuture<Acknowledge>Execution. 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 OperatorEvent Modifier and Type Method Description voidAbstractInvokable. 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 OperatorEvent Modifier and Type Method Description CompletableFuture<Acknowledge>TaskManagerGateway. 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 OperatorEvent Modifier and Type Method Description CompletableFuture<Acknowledge>JobMaster. sendOperatorEventToCoordinator(ExecutionAttemptID task, OperatorID operatorID, org.apache.flink.util.SerializedValue<OperatorEvent> serializedEvent)CompletableFuture<Acknowledge>JobMasterOperatorEventGateway. sendOperatorEventToCoordinator(ExecutionAttemptID task, OperatorID operatorID, org.apache.flink.util.SerializedValue<OperatorEvent> event)CompletableFuture<Acknowledge>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 OperatorEvent Modifier and Type Class Description classAcknowledgeCheckpointEventAnOperatorEventsent 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 OperatorEvent Modifier and Type Method Description voidOperatorCoordinator. 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)CompletableFuture<Acknowledge>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 OperatorEvent Modifier and Type Method Description voidDefaultOperatorCoordinatorHandler. 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 OperatorEvent Modifier and Type Method Description voidAdaptiveScheduler. 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 OperatorEvent Modifier and Type Method Description voidSourceCoordinator. 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 OperatorEvent Modifier and Type Class Description classAddSplitEvent<SplitT>A source event that adds splits to a source reader.classIsProcessingBacklogEventA source event that notify the source operator of the backlog status.classNoMoreSplitsEventA source event sent from the SplitEnumerator to the SourceReader to indicate that no more splits will be assigned to the source reader anymore.classReaderRegistrationEventAnOperatorEventthat registers aSourceReaderto the SourceCoordinator.classReportedWatermarkEventReports last emittedWatermarkfrom a subtask to theSourceCoordinator.classRequestSplitEventAn event to request splits, sent typically from the Source Reader to the Source Enumerator.classSourceEventWrapperA wrapper operator event that contains a custom defined operator event.classWatermarkAlignmentEventSignals 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 OperatorEvent Modifier and Type Method Description CompletableFuture<Acknowledge>TaskExecutor. sendOperatorEventToTask(ExecutionAttemptID executionAttemptID, OperatorID operatorId, org.apache.flink.util.SerializedValue<OperatorEvent> evt)CompletableFuture<Acknowledge>TaskExecutorGateway. sendOperatorEventToTask(ExecutionAttemptID task, OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> evt)CompletableFuture<Acknowledge>TaskExecutorGatewayDecoratorBase. sendOperatorEventToTask(ExecutionAttemptID task, OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> evt)CompletableFuture<Acknowledge>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 OperatorEvent Modifier and Type Method Description voidRpcTaskOperatorEventGateway. 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 OperatorEvent Modifier and Type Method Description voidTask. 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 Modifier and Type Method Description voidSourceOperator. handleOperatorEvent(OperatorEvent event) -
Uses of OperatorEvent in org.apache.flink.streaming.api.operators.collect
Classes in org.apache.flink.streaming.api.operators.collect that implement OperatorEvent Modifier and Type Class Description classCollectSinkAddressEventAnOperatorEventthat passes the socket server address in the sink to the coordinator.Methods in org.apache.flink.streaming.api.operators.collect with parameters of type OperatorEvent Modifier and Type Method Description voidCollectSinkOperatorCoordinator. 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 OperatorEvent Modifier and Type Method Description voidFinishedOperatorChain. 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)
-