Uses of Interface
alluxio.scheduler.job.Job
-
Packages that use Job Package Description alluxio.scheduler.job -
-
Uses of Job in alluxio.scheduler.job
Fields in alluxio.scheduler.job declared as Job Modifier and Type Field Description protected JobTask. mMyJobMethods in alluxio.scheduler.job that return Job Modifier and Type Method Description Job<?>JobFactory. create()Methods in alluxio.scheduler.job that return types with arguments of type Job Modifier and Type Method Description java.util.Set<Job<?>>JobMetaStore. getJobs()Methods in alluxio.scheduler.job with parameters of type Job Modifier and Type Method Description voidJob. updateJob(Job<?> job)update job configs.voidJobMetaStore. updateJob(Job<?> job)Update existing job in the meta store with the new job.TaskTask. withJob(Job job)
-