| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.protocols |
| Modifier and Type | Class and Description |
|---|---|
class |
JobManager
The JobManager is the master that coordinates the distributed execution.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedManagementProtocol
This protocol provides extended management capabilities beyond the
simple
JobManagementProtocol. |
interface |
JobManagementProtocol
The JobManagementProtocol specifies methods required to manage jobs from a job client.
|
interface |
JobManagerProtocol
The job manager protocol is implemented by the job manager and offers functionality
to task managers which allows them to register themselves, send heart beat messages
or to report the results of a task execution.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.