| Package | Description |
|---|---|
| org.apache.flink.runtime.event.job | |
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobgraph | |
| org.apache.flink.runtime.jobmanager.archive |
| 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 |
|---|---|
static JobStatus |
InternalJobStatus.toJobStatus(InternalJobStatus status)
Converts an internal job status in a
JobStatus state. |
| 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 |
|---|---|
long |
ArchiveListener.getJobTime(JobID jobID,
JobStatus jobStatus)
Returns the time when the status of the given job changed to jobStatus
|
long |
MemoryArchivist.getJobTime(JobID jobID,
JobStatus jobStatus) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.