| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.taskmanager |
| Constructor and Description |
|---|
ChannelManager(ChannelLookupProtocol channelLookupService,
InstanceConnectionInfo connectionInfo,
int numNetworkBuffers,
int networkBufferSize,
NetworkConnectionManager networkConnectionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
JobManager
The JobManager is the master that coordinates the distributed execution.
|
| 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.