Interface JobInfo
@Experimental
public interface JobInfo
JobInfo contains all the meta information of the job.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumExecution mode of this current job. -
Method Summary
Modifier and TypeMethodDescriptionGet theJobInfo.ExecutionModeof current job.Get the name of current job.
-
Method Details
-
getJobName
String getJobName()Get the name of current job.- Returns:
- the name of current job
-
getExecutionMode
JobInfo.ExecutionMode getExecutionMode()Get theJobInfo.ExecutionModeof current job.
-