Package | Description |
---|---|
org.apache.flink.runtime.executiongraph | |
org.apache.flink.runtime.operators.coordination | |
org.apache.flink.runtime.scheduler |
Modifier and Type | Method and Description |
---|---|
Collection<OperatorCoordinatorHolder> |
ExecutionJobVertex.getOperatorCoordinators() |
Modifier and Type | Method and Description |
---|---|
static OperatorCoordinatorHolder |
OperatorCoordinatorHolder.create(SerializedValue<OperatorCoordinator.Provider> serializedProvider,
ExecutionJobVertex jobVertex,
ClassLoader classLoader,
CoordinatorStore coordinatorStore) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultOperatorCoordinatorHandler.registerAndStartNewCoordinators(Collection<OperatorCoordinatorHolder> coordinators,
ComponentMainThreadExecutor mainThreadExecutor) |
void |
OperatorCoordinatorHandler.registerAndStartNewCoordinators(Collection<OperatorCoordinatorHolder> coordinators,
ComponentMainThreadExecutor mainThreadExecutor)
Register and start new operator coordinators.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.