An {@link ExecutionEnvironment} that runs the program locally, multi-threaded, in the JVM where theenvironment is instantiated. When this environment is instantiated, it uses a default degree of parallelism of {@code 1}. Local environments can also be instantiated through {@link ExecutionEnvironment#createLocalEnvironment()} and {@link ExecutionEnvironment#createLocalEnvironment(int)}. The former version will pick a default degree of parallelism equal to the number of hardware contexts in the local machine.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.