| Package | Description |
|---|---|
| org.apache.flink.runtime.client | |
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobgraph |
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
JobStatusMessage.getJobState() |
| Constructor and Description |
|---|
JobStatusMessage(org.apache.flink.api.common.JobID jobId,
String jobName,
JobStatus jobState,
long startTime) |
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
ExecutionGraph.getState() |
| Modifier and Type | Method and Description |
|---|---|
long |
ExecutionGraph.getStatusTimestamp(JobStatus status) |
| 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.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.