Package alluxio.scheduler.job
-
Interface Summary Interface Description Job<T extends Task<?>> interface for job that can be scheduled by Alluxio scheduler.JobFactory Factory for creating job instances.JobMetaStore Job meta store that store job information.WorkerProvider Interface for providing worker information and client. -
Class Summary Class Description Task<V> A task that can be executed on a worker.Task.TaskStat State of a task. -
Enum Summary Enum Description JobState Job status.