| Package | Description |
|---|---|
| alluxio.master.job.common | |
| alluxio.master.job.tracker |
| Modifier and Type | Method and Description |
|---|---|
java.util.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 java.util.Map<java.lang.Long,java.util.List<CmdRunAttempt>> |
AbstractCmdRunner.mJobMap |
protected java.util.List<CmdRunAttempt> |
AbstractCmdRunner.mSubmitted |
| Modifier and Type | Method and Description |
|---|---|
void |
MigrateCliRunner.setJobConfigAndFileMetrics(java.util.List<Pair<java.lang.String,java.lang.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(java.util.List<URIStatus> filePath,
int replication,
java.util.Set<java.lang.String> workerSet,
java.util.Set<java.lang.String> excludedWorkerSet,
java.util.Set<java.lang.String> localityIds,
java.util.Set<java.lang.String> excludedLocalityIds,
boolean directCache,
CmdRunAttempt attempt) |
Copyright © 2022. All Rights Reserved.