Package org.apache.gravitino.client
Class GenericJobHandle
java.lang.Object
org.apache.gravitino.client.GenericJobHandle
- All Implemented Interfaces:
JobHandle
Represents a generic job handle.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.job.JobHandle
JobHandle.Status -
Field Summary
Fields inherited from interface org.apache.gravitino.job.JobHandle
JOB_ID_PREFIX -
Method Summary
Modifier and TypeMethodDescriptionjobId()Get the unique identifier of the job.Get the current status of the job.Get the name of the job template.
-
Method Details
-
jobTemplateName
Description copied from interface:JobHandleGet the name of the job template.- Specified by:
jobTemplateNamein interfaceJobHandle- Returns:
- the name of the job template
-
jobId
Description copied from interface:JobHandleGet the unique identifier of the job. -
jobStatus
Description copied from interface:JobHandleGet the current status of the job.
-