Package alluxio.scheduler.job
Interface JobFactory
-
public interface JobFactoryFactory for creating job instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Job<?>create()
-
-
-
Method Detail
-
create
Job<?> create()
- Returns:
- the job
-
-