Package | Description |
---|---|
alluxio.master.job | |
alluxio.master.scheduler | |
alluxio.scheduler.job |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJob<T extends Task<?>>
Abstract class for job.
|
class |
LoadJob
Load job that loads a file or a directory into Alluxio.
|
Modifier and Type | Method and Description |
---|---|
Job<?> |
LoadJobFactory.create() |
Job<?> |
JournalLoadJobFactory.create() |
Modifier and Type | Method and Description |
---|---|
void |
LoadJob.updateJob(Job<?> job) |
Modifier and Type | Method and Description |
---|---|
Set<Job<?>> |
JournaledJobMetaStore.getJobs() |
Map<JobDescription,Job<?>> |
Scheduler.getJobs()
Get jobs.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Scheduler.submitJob(Job<?> job)
Submit a job.
|
void |
JournaledJobMetaStore.updateJob(Job<?> job) |
Modifier and Type | Method and Description |
---|---|
Job<?> |
JobFactory.create() |
Modifier and Type | Method and Description |
---|---|
Set<Job<?>> |
JobMetaStore.getJobs() |
Modifier and Type | Method and Description |
---|---|
void |
Job.updateJob(Job<?> job)
update job configs.
|
void |
JobMetaStore.updateJob(Job<?> job)
Update existing job in the meta store with the new job.
|
Copyright © 2023. All Rights Reserved.