| Package | Description |
|---|---|
| org.apache.flink.runtime.operators.coordination | |
| org.apache.flink.runtime.source.coordinator |
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorCoordinator.executionAttemptReady(int subtask,
int attemptNumber,
OperatorCoordinator.SubtaskGateway gateway)
This is called when a subtask execution attempt of the Operator becomes ready to receive
events.
|
void |
RecreateOnResetOperatorCoordinator.executionAttemptReady(int subtask,
int attemptNumber,
OperatorCoordinator.SubtaskGateway gateway) |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceCoordinator.executionAttemptReady(int subtask,
int attemptNumber,
OperatorCoordinator.SubtaskGateway gateway) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.