Package org.apache.flink.api.common
Class JobInfoImpl
- java.lang.Object
-
- org.apache.flink.api.common.JobInfoImpl
-
-
Constructor Summary
Constructors Constructor Description JobInfoImpl(JobID jobID, String jobName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobIDgetJobId()Get the ID of the job.StringgetJobName()Get the name of the job.
-