Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.ufs | |
alluxio.job | |
alluxio.master.job |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
RetryHandlingFileSystemMasterClient.submitJob(JobRequest job) |
Optional<String> |
DelegatingFileSystem.submitJob(JobRequest jobRequest) |
Optional<String> |
FileSystem.submitJob(JobRequest jobRequest)
Submit a job to scheduler.
|
Optional<String> |
BaseFileSystem.submitJob(JobRequest jobRequest) |
Optional<String> |
FileSystemMasterClient.submitJob(JobRequest job)
Submit a job to scheduler.
|
Modifier and Type | Method and Description |
---|---|
Optional<String> |
UfsBaseFileSystem.submitJob(JobRequest jobRequest) |
Modifier and Type | Class and Description |
---|---|
class |
CopyJobRequest
The request of loading files.
|
class |
LoadJobRequest
The request of loading files.
|
Modifier and Type | Method and Description |
---|---|
static JobFactory |
JobFactoryProducer.create(JobRequest request,
FileSystemMaster fsMaster) |
Copyright © 2023. All Rights Reserved.