| Modifier and Type | Method and Description |
|---|---|
protected OperatorCoordinatorHolder |
SpeculativeExecutionJobVertex.createOperatorCoordinatorHolder(org.apache.flink.util.SerializedValue<OperatorCoordinator.Provider> provider,
ClassLoader classLoader,
CoordinatorStore coordinatorStore,
JobManagerJobMetricGroup jobManagerJobMetricGroup) |
protected OperatorCoordinatorHolder |
ExecutionJobVertex.createOperatorCoordinatorHolder(org.apache.flink.util.SerializedValue<OperatorCoordinator.Provider> provider,
ClassLoader classLoader,
CoordinatorStore coordinatorStore,
JobManagerJobMetricGroup jobManagerJobMetricGroup) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.flink.util.SerializedValue<OperatorCoordinator.Provider>> |
JobVertex.getOperatorCoordinators() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobVertex.addOperatorCoordinator(org.apache.flink.util.SerializedValue<OperatorCoordinator.Provider> serializedCoordinatorProvider) |
| Modifier and Type | Class and Description |
|---|---|
static class |
RecreateOnResetOperatorCoordinator.Provider
The provider for a private RecreateOnResetOperatorCoordinator.
|
| Modifier and Type | Method and Description |
|---|---|
static OperatorCoordinatorHolder |
OperatorCoordinatorHolder.create(org.apache.flink.util.SerializedValue<OperatorCoordinator.Provider> serializedProvider,
ExecutionJobVertex jobVertex,
ClassLoader classLoader,
CoordinatorStore coordinatorStore,
boolean supportsConcurrentExecutionAttempts,
TaskInformation taskInformation,
JobManagerJobMetricGroup metricGroup) |
| Modifier and Type | Class and Description |
|---|---|
class |
SourceCoordinatorProvider<SplitT extends org.apache.flink.api.connector.source.SourceSplit>
The provider of
SourceCoordinator. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.