public class ContextEnvironmentFactory extends Object implements org.apache.flink.api.java.ExecutionEnvironmentFactory
| Constructor and Description |
|---|
ContextEnvironmentFactory(Client client,
List<URL> jarFilesToAttach,
List<URL> classpathsToAttach,
ClassLoader userCodeClassLoader,
int defaultParallelism,
boolean wait,
String savepointPath) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.java.ExecutionEnvironment |
createExecutionEnvironment() |
org.apache.flink.api.java.ExecutionEnvironment |
getLastEnvCreated() |
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–2016 The Apache Software Foundation. All rights reserved.