| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
InternalJobStatus |
ExecutionGraph.getJobStatus()
Returns the current status of the job
represented by this execution graph.
|
static InternalJobStatus |
InternalJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalJobStatus[] |
InternalJobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobStatusListener.jobStatusHasChanged(ExecutionGraph executionGraph,
InternalJobStatus newJobStatus,
String optionalMessage)
Called when the status of the job with the given {@li
|
static JobStatus |
InternalJobStatus.toJobStatus(InternalJobStatus status)
Converts an internal job status in a
JobStatus state. |
void |
ExecutionGraph.updateJobStatus(InternalJobStatus newJobStatus,
String optionalMessage)
Updates the job status to given status and triggers the execution of the
JobStatusListener objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
JobManager.jobStatusHasChanged(ExecutionGraph executionGraph,
InternalJobStatus newJobStatus,
String optionalMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultScheduler.jobStatusHasChanged(ExecutionGraph executionGraph,
InternalJobStatus newJobStatus,
String optionalMessage) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.