public class ContextEnvironmentFactory extends Object implements ExecutionEnvironmentFactory
| Constructor and Description |
|---|
ContextEnvironmentFactory(ClusterClient client,
List<URL> jarFilesToAttach,
List<URL> classpathsToAttach,
ClassLoader userCodeClassLoader,
int defaultParallelism,
boolean isDetached,
SavepointRestoreSettings savepointSettings) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionEnvironment |
createExecutionEnvironment() |
ExecutionEnvironment |
getLastEnvCreated() |
public ContextEnvironmentFactory(ClusterClient client, List<URL> jarFilesToAttach, List<URL> classpathsToAttach, ClassLoader userCodeClassLoader, int defaultParallelism, boolean isDetached, SavepointRestoreSettings savepointSettings)
public ExecutionEnvironment createExecutionEnvironment()
createExecutionEnvironment in interface ExecutionEnvironmentFactorypublic ExecutionEnvironment getLastEnvCreated()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.