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 forCollectSinkOperatorCoordinator
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Provider(OperatorID operatorId, int socketTimeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperatorCoordinator
create(OperatorCoordinator.Context context)
Creates theOperatorCoordinator
, using the given context.OperatorID
getOperatorId()
Gets the ID of the operator to which the coordinator belongs.
-
-
-
Constructor Detail
-
Provider
public Provider(OperatorID operatorId, int socketTimeout)
-
-
Method Detail
-
getOperatorId
public OperatorID getOperatorId()
Description copied from interface:OperatorCoordinator.Provider
Gets the ID of the operator to which the coordinator belongs.- Specified by:
getOperatorId
in interfaceOperatorCoordinator.Provider
-
create
public OperatorCoordinator create(OperatorCoordinator.Context context)
Description copied from interface:OperatorCoordinator.Provider
Creates theOperatorCoordinator
, using the given context.- Specified by:
create
in interfaceOperatorCoordinator.Provider
-
-