Package | Description |
---|---|
org.apache.flink.runtime.client | |
org.apache.flink.runtime.executiongraph | |
org.apache.flink.runtime.jobgraph | |
org.apache.flink.runtime.messages.webmonitor |
This package contains the actor messages that are sent between the
JobManager and components that are interested in the status of
the JobManager.
|
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.
|
Modifier and Type | Method and Description |
---|---|
JobStatus |
JobDetails.getStatus() |
Constructor and Description |
---|
JobDetails(org.apache.flink.api.common.JobID jobId,
String jobName,
long startTime,
long endTime,
JobStatus status,
long lastUpdateTime,
int[] numVerticesPerExecutionState,
int numTasks) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.