| Package | Description |
|---|---|
| org.apache.flink.api.common |
| Modifier and Type | Method and Description |
|---|---|
ExecutionMode |
ExecutionConfig.getExecutionMode()
Gets the execution mode used to execute the program.
|
static ExecutionMode |
ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionMode[] |
ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionConfig.setExecutionMode(ExecutionMode executionMode)
Sets the execution mode to execute the program.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.