| Package | Description |
|---|---|
| org.apache.flink.runtime.event.job | |
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobgraph | |
| org.apache.flink.runtime.jobmanager |
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
JobEvent.getCurrentJobStatus()
Returns the current status of the job.
|
JobStatus |
RecentJobEvent.getJobStatus()
Returns the last known status of the job.
|
| Constructor and Description |
|---|
JobEvent(long timestamp,
JobStatus currentJobStatus,
String optionalMessage)
Constructs a new job event object.
|
RecentJobEvent(JobID jobID,
String jobName,
JobStatus jobStatus,
boolean isProfilingEnabled,
long submissionTimestamp,
long timestamp)
Constructs a new event.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
ExecutionGraph.getState() |
| Modifier and Type | Method and Description |
|---|---|
long |
ExecutionGraph.getStatusTimestamp(JobStatus status) |
void |
JobStatusListener.jobStatusHasChanged(ExecutionGraph executionGraph,
JobStatus newJobStatus,
String optionalMessage)
Called when the status of the job changed.
|
| Modifier and Type | Method and Description |
|---|---|
static JobStatus |
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobManager.jobStatusHasChanged(ExecutionGraph executionGraph,
JobStatus newJobStatus,
String optionalMessage) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.