Interface AbstractOperatorDescriptor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.flink.runtime.operators.DriverStrategy getStrategy()
      Gets the runtime strategy to be executed by this operator.
    • Method Detail

      • getStrategy

        org.apache.flink.runtime.operators.DriverStrategy getStrategy()
        Gets the runtime strategy to be executed by this operator.
        Returns:
        The runtime strategy.