Interface CoordinatedOperatorFactory<OUT>

    • Method Detail

      • getCoordinatorProvider

        org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider getCoordinatorProvider​(String operatorName,
                                                                                                            org.apache.flink.runtime.jobgraph.OperatorID operatorID)
        Get the operator coordinator provider for this operator.
        Parameters:
        operatorName - the name of the operator.
        operatorID - the id of the operator.
        Returns:
        the provider of the OperatorCoordinator for this operator.