Class GenericJobHandle

java.lang.Object
org.apache.gravitino.client.GenericJobHandle
All Implemented Interfaces:
JobHandle

public class GenericJobHandle extends Object implements JobHandle
Represents a generic job handle.
  • Method Details

    • jobTemplateName

      public String jobTemplateName()
      Description copied from interface: JobHandle
      Get the name of the job template.
      Specified by:
      jobTemplateName in interface JobHandle
      Returns:
      the name of the job template
    • jobId

      public String jobId()
      Description copied from interface: JobHandle
      Get the unique identifier of the job.
      Specified by:
      jobId in interface JobHandle
      Returns:
      the job ID
    • jobStatus

      public JobHandle.Status jobStatus()
      Description copied from interface: JobHandle
      Get the current status of the job.
      Specified by:
      jobStatus in interface JobHandle
      Returns:
      the status of the job