Modifier and Type | Method and Description |
---|---|
List<SerializedValue<OperatorCoordinator.Provider>> |
JobVertex.getOperatorCoordinators() |
Modifier and Type | Method and Description |
---|---|
void |
JobVertex.addOperatorCoordinator(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(SerializedValue<OperatorCoordinator.Provider> serializedProvider,
ExecutionJobVertex jobVertex,
ClassLoader classLoader,
CoordinatorStore coordinatorStore) |
Modifier and Type | Class and Description |
---|---|
class |
SourceCoordinatorProvider<SplitT extends SourceSplit>
The provider of
SourceCoordinator . |
Modifier and Type | Method and Description |
---|---|
Optional<OperatorCoordinator.Provider> |
StreamNode.getCoordinatorProvider(String operatorName,
OperatorID operatorID) |
Modifier and Type | Method and Description |
---|---|
OperatorCoordinator.Provider |
CoordinatedOperatorFactory.getCoordinatorProvider(String operatorName,
OperatorID operatorID)
Get the operator coordinator provider for this operator.
|
OperatorCoordinator.Provider |
SourceOperatorFactory.getCoordinatorProvider(String operatorName,
OperatorID operatorID) |
Modifier and Type | Class and Description |
---|---|
static class |
CollectSinkOperatorCoordinator.Provider
Provider for
CollectSinkOperatorCoordinator . |
Modifier and Type | Method and Description |
---|---|
OperatorCoordinator.Provider |
CollectSinkOperatorFactory.getCoordinatorProvider(String operatorName,
OperatorID operatorID) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.