Package org.apache.gravitino.job
package org.apache.gravitino.job
-
ClassDescriptionJobHandle is an interface that is returned by the job submission, which provides methods to get the job name, job ID, job status, and to add listeners for jobs.The status of the job.JobTemplate is a class to define all the configuration parameters for a job.Builder class for constructing JobTemplate instances.JobType is an enum to define the type of the job.Represents a job template for executing shell scripts.Builder for creating instances of
ShellJobTemplate
.Represents a job template for executing Spark applications.Builder for creating instances ofSparkJobTemplate
.Interface for job management operations.