Package | Description |
---|---|
alluxio.cli.fs.command | |
alluxio.client.job | |
alluxio.job.cmd | |
alluxio.job.cmd.load | |
alluxio.job.cmd.migrate | |
alluxio.job.cmd.persist | |
alluxio.master.job | |
alluxio.master.job.tracker |
Modifier and Type | Method and Description |
---|---|
protected long |
AbstractDistributedJobCommand.submit(CmdConfig cmdConfig) |
Modifier and Type | Method and Description |
---|---|
long |
RetryHandlingJobMasterClient.submit(CmdConfig cmdConfig) |
long |
JobMasterClient.submit(CmdConfig cmdConfig)
Submit a Cmd Job based on the given configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CliConfig
A Cmd config for Cli.
|
Modifier and Type | Class and Description |
---|---|
class |
LoadCliConfig
A config for a LoadCli job.
|
Modifier and Type | Class and Description |
---|---|
class |
MigrateCliConfig
A config for a MigrateCli job.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistCmdConfig
A Cmd config for System Trigger job.
|
Modifier and Type | Method and Description |
---|---|
long |
JobMaster.submit(CmdConfig cmdConfig)
Submit a job with the given configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
CmdJobTracker.run(CmdConfig cmdConfig,
long jobControlId)
Run the PlanTracker to trigger a Cmd job based on CmdConfig.
|
Copyright © 2023. All Rights Reserved.