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.The interface for job template changes.A job template change to rename the job template.A job template update for shell templates.Builder class for constructing ShellTemplateUpdate instances.A job template update for spark templates.Builder class for constructing SparkTemplateUpdate instances.Base class for template updates.JobTemplateChange.TemplateUpdate.BaseBuilder<B extends JobTemplateChange.TemplateUpdate.BaseBuilder<B,
P>, P extends JobTemplateChange.TemplateUpdate> Base builder class for constructing TemplateUpdate instances.A job template change to update the details of the job template.A job template change to update the comment of the job template.Represents a job template for executing shell scripts.Builder for creating instances ofShellJobTemplate.Represents a job template for executing Spark applications.Builder for creating instances ofSparkJobTemplate.Interface for job management operations.