Package | Description |
---|---|
alluxio.master.job.common | |
alluxio.master.job.tracker |
Modifier and Type | Method and Description |
---|---|
List<CmdRunAttempt> |
CmdInfo.getCmdRunAttempt()
Get CmdRunAttempt.
|
Modifier and Type | Method and Description |
---|---|
void |
CmdInfo.addCmdRunAttempt(CmdRunAttempt attempt)
Add the CmdRunAttempt.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Long,List<CmdRunAttempt>> |
AbstractCmdRunner.mJobMap |
protected List<CmdRunAttempt> |
AbstractCmdRunner.mSubmitted |
Modifier and Type | Method and Description |
---|---|
void |
MigrateCliRunner.setJobConfigAndFileMetrics(List<Pair<String,String>> filePath,
boolean overwrite,
WriteType writeType,
CmdRunAttempt attempt)
Create a JobConfig and set file count and size for the Migrate job.
|
protected void |
DistLoadCliRunner.setJobConfigAndFileMetrics(List<URIStatus> filePath,
int replication,
Set<String> workerSet,
Set<String> excludedWorkerSet,
Set<String> localityIds,
Set<String> excludedLocalityIds,
boolean directCache,
CmdRunAttempt attempt) |
Copyright © 2023. All Rights Reserved.