| Package | Description |
|---|---|
| org.apache.flink.runtime | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
JobManager(ExecutionMode executionMode) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionMode |
TaskManager.getExecutionMode() |
| Modifier and Type | Method and Description |
|---|---|
static TaskManager |
TaskManager.createTaskManager(ExecutionMode mode) |
static TaskManager |
TaskManager.createTaskManager(ExecutionMode mode,
InetSocketAddress jobManagerAddress) |
static TaskManager |
TaskManager.createTaskManager(ExecutionMode mode,
InetSocketAddress jobManagerAddress,
InetAddress taskManagerAddress) |
| Constructor and Description |
|---|
TaskManager(ExecutionMode executionMode,
JobManagerProtocol jobManager,
InputSplitProviderProtocol splitProvider,
ChannelLookupProtocol channelLookup,
AccumulatorProtocol accumulators,
InetSocketAddress jobManagerAddress,
InetAddress taskManagerBindAddress) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.