Class LocalEnvironment

    • Constructor Detail

      • LocalEnvironment

        public LocalEnvironment()
        Deprecated.
        Creates a new local environment.
      • LocalEnvironment

        public LocalEnvironment​(org.apache.flink.configuration.Configuration config)
        Deprecated.
        Creates a new local environment that configures its local executor with the given configuration.
        Parameters:
        config - The configuration used to configure the local executor.