Package alluxio.scheduler.job
Interface JobMetaStore
-
public interface JobMetaStoreJob meta store that store job information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Job<?>>getJobs()voidupdateJob(Job<?> job)Update existing job in the meta store with the new job.
-