| Package | Description |
|---|---|
| org.apache.flink.api.common |
| Modifier and Type | Method and Description |
|---|---|
static PlanExecutor |
PlanExecutor.createLocalExecutor(Configuration configuration)
Creates an executor that runs the plan locally in a multi-threaded environment.
|
static PlanExecutor |
PlanExecutor.createRemoteExecutor(String hostname,
int port,
Configuration clientConfiguration,
List<URL> jarFiles,
List<URL> globalClasspaths)
Creates an executor that runs the plan on a remote environment.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.