Package | Description |
---|---|
alluxio.job | |
alluxio.job.cmd.load | |
alluxio.job.cmd.migrate | |
alluxio.job.cmd.persist | |
alluxio.job.wire | |
alluxio.master.job.common |
Modifier and Type | Method and Description |
---|---|
JobSource |
CmdConfig.getJobSource() |
Modifier and Type | Method and Description |
---|---|
JobSource |
LoadCliConfig.getJobSource() |
Modifier and Type | Method and Description |
---|---|
JobSource |
MigrateCliConfig.getJobSource() |
Modifier and Type | Method and Description |
---|---|
JobSource |
PersistCmdConfig.getJobSource() |
Modifier and Type | Method and Description |
---|---|
static JobSource |
JobSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobSource[] |
JobSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobSource |
CmdInfo.getJobSource()
Get job source.
|
Constructor and Description |
---|
CmdInfo(long jobControlId,
OperationType operationType,
JobSource jobSource,
long jobSubmissionTime,
List<String> filePath)
Constructor for CmdInfo class.
|
Copyright © 2023. All Rights Reserved.