| Package | Description |
|---|---|
| org.apache.flink.runtime.execution | |
| org.apache.flink.runtime.jobmanager |
| Modifier and Type | Method and Description |
|---|---|
AccumulatorProtocol |
RuntimeEnvironment.getAccumulatorProtocolProxy() |
AccumulatorProtocol |
Environment.getAccumulatorProtocolProxy()
Returns the proxy object for the accumulator protocol.
|
| Constructor and Description |
|---|
RuntimeEnvironment(TaskDeploymentDescriptor tdd,
MemoryManager memoryManager,
IOManager ioManager,
InputSplitProvider inputSplitProvider,
AccumulatorProtocol accumulatorProtocolProxy,
Map<String,FutureTask<Path>> cpTasks)
Constructs a runtime environment from a task deployment description.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobManager
In Nephele the job manager is the central component for communication with clients, creating
schedules for incoming jobs and supervise their execution.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.