Class CollectSinkOperatorCoordinator.Provider
java.lang.Object
org.apache.flink.streaming.api.operators.collect.CollectSinkOperatorCoordinator.Provider
- All Implemented Interfaces:
Serializable,OperatorCoordinator.Provider
- Enclosing class:
- CollectSinkOperatorCoordinator
public static class CollectSinkOperatorCoordinator.Provider
extends Object
implements OperatorCoordinator.Provider
Provider for
CollectSinkOperatorCoordinator.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(OperatorCoordinator.Context context) Creates theOperatorCoordinator, using the given context.Gets the ID of the operator to which the coordinator belongs.
-
Constructor Details
-
Provider
-
-
Method Details
-
getOperatorId
Description copied from interface:OperatorCoordinator.ProviderGets the ID of the operator to which the coordinator belongs.- Specified by:
getOperatorIdin interfaceOperatorCoordinator.Provider
-
create
Description copied from interface:OperatorCoordinator.ProviderCreates theOperatorCoordinator, using the given context.- Specified by:
createin interfaceOperatorCoordinator.Provider
-