public class TestingJobInfo extends Object implements org.apache.flink.api.common.JobInfo
JobInfo.| Modifier and Type | Class and Description |
|---|---|
static class |
TestingJobInfo.Builder
Builder for
TestingJobInfo. |
| Constructor and Description |
|---|
TestingJobInfo(org.apache.flink.api.common.JobID jobID,
String jobName) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.JobID |
getJobId() |
String |
getJobName() |
public TestingJobInfo(org.apache.flink.api.common.JobID jobID,
String jobName)
public org.apache.flink.api.common.JobID getJobId()
getJobId in interface org.apache.flink.api.common.JobInfopublic String getJobName()
getJobName in interface org.apache.flink.api.common.JobInfoCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.