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