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