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 OperatorCoordinatorcreate(OperatorCoordinator.Context context)Creates theOperatorCoordinator, using the given context.OperatorIDgetOperatorId()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.ProviderGets the ID of the operator to which the coordinator belongs.- Specified by:
getOperatorIdin interfaceOperatorCoordinator.Provider
-
create
public OperatorCoordinator create(OperatorCoordinator.Context context)
Description copied from interface:OperatorCoordinator.ProviderCreates theOperatorCoordinator, using the given context.- Specified by:
createin interfaceOperatorCoordinator.Provider
-
-