Interface PipelineExecutorFactory

    • Method Detail

      • getName

        String getName()
        Returns the name of the executor that this factory creates.
      • isCompatibleWith

        boolean isCompatibleWith​(Configuration configuration)
        Returns true if this factory is compatible with the options in the provided configuration, false otherwise.