Class | Description |
---|---|
ClientUtils |
A class that provides some utility methods.
|
CliFrontend |
Implementation of a simple command line frontend for executing programs.
|
LocalExecutor |
A PlanExecutor that runs Flink programs on a local embedded Flink runtime instance.
|
RemoteExecutor |
The RemoteExecutor is a
PlanExecutor that takes the program
and ships it to a remote Flink cluster for execution. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.