| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionGraph.registerJobStatusListener(JobStatusListener jobStatusListener)
Registers a new
JobStatusListener object with this execution graph. |
void |
ExecutionGraph.unregisterJobStatusListener(JobStatusListener jobStatusListener)
Unregisters the given
JobStatusListener object. |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScheduler
The default scheduler for Nephele.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.