Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.ufs | |
alluxio.job | |
alluxio.master.job | |
alluxio.master.scheduler | |
alluxio.scheduler.job |
Modifier and Type | Method and Description |
---|---|
String |
RetryHandlingFileSystemMasterClient.getJobProgress(JobDescription jobDescription,
JobProgressReportFormat format,
boolean verbose) |
String |
DelegatingFileSystem.getJobProgress(JobDescription jobDescription,
JobProgressReportFormat format,
boolean verbose) |
String |
FileSystem.getJobProgress(JobDescription jobDescription,
JobProgressReportFormat format,
boolean verbose)
Get progress of a job.
|
String |
BaseFileSystem.getJobProgress(JobDescription jobDescription,
JobProgressReportFormat format,
boolean verbose) |
String |
FileSystemMasterClient.getJobProgress(JobDescription jobDescription,
JobProgressReportFormat format,
boolean verbose)
Get progress of a job.
|
boolean |
RetryHandlingFileSystemMasterClient.stopJob(JobDescription jobDescription) |
boolean |
DelegatingFileSystem.stopJob(JobDescription jobDescription) |
boolean |
FileSystem.stopJob(JobDescription jobDescription)
Stop a job in scheduler.
|
boolean |
BaseFileSystem.stopJob(JobDescription jobDescription) |
boolean |
FileSystemMasterClient.stopJob(JobDescription jobDescription)
Stop a job.
|
Modifier and Type | Method and Description |
---|---|
String |
UfsBaseFileSystem.getJobProgress(JobDescription jobDescription,
JobProgressReportFormat format,
boolean verbose) |
boolean |
UfsBaseFileSystem.stopJob(JobDescription jobDescription) |
Modifier and Type | Method and Description |
---|---|
JobDescription |
JobDescription.Builder.build()
build job description.
|
static JobDescription |
JobDescription.from(JobDescription jobDescription)
create a job description from JobDescription proto.
|
Modifier and Type | Method and Description |
---|---|
JobDescription |
LoadJob.getDescription() |
Modifier and Type | Method and Description |
---|---|
Map<JobDescription,Job<?>> |
Scheduler.getJobs()
Get jobs.
|
Modifier and Type | Method and Description |
---|---|
String |
Scheduler.getJobProgress(JobDescription jobDescription,
JobProgressReportFormat format,
boolean verbose)
Get the job's progress report.
|
boolean |
Scheduler.stopJob(JobDescription jobDescription)
Stop a job.
|
Modifier and Type | Method and Description |
---|---|
JobDescription |
Job.getDescription() |
Copyright © 2023. All Rights Reserved.