Interface JobInfo
-
@Experimental public interface JobInfoJobInfocontains all the meta information of the job.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJobInfo.ExecutionModeExecution mode of this current job.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobInfo.ExecutionModegetExecutionMode()Get theJobInfo.ExecutionModeof current job.StringgetJobName()Get the name of current job.
-
-
-
Method Detail
-
getJobName
String getJobName()
Get the name of current job.- Returns:
- the name of current job
-
getExecutionMode
JobInfo.ExecutionMode getExecutionMode()
Get theJobInfo.ExecutionModeof current job.
-
-