Package org.apache.flink.api.common
Interface JobInfo
-
- All Known Implementing Classes:
JobInfoImpl
@PublicEvolving public interface JobInfoTheJobInforepresents the meta information of current job.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobIDgetJobId()Get the ID of the job.StringgetJobName()Get the name of the job.
-