public static final class JobIdsWithStatusOverview.JobIdWithStatus extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NAME_JOB_ID |
static String |
FIELD_NAME_JOB_STATUS |
| Constructor and Description |
|---|
JobIdWithStatus(org.apache.flink.api.common.JobID jobId,
org.apache.flink.api.common.JobStatus jobStatus) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.flink.api.common.JobID |
getJobId() |
org.apache.flink.api.common.JobStatus |
getJobStatus() |
int |
hashCode() |
public static final String FIELD_NAME_JOB_ID
public static final String FIELD_NAME_JOB_STATUS
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.