@ThreadSafe public final class TransformStatusCommand extends AbstractTableCommand
mClient, mConfASYNC_OPTION, DEFAULT_ACTIVE_JOBS, mActiveJobs, mSubmittedJobAttemptsmFileSystem, mFsContext| Constructor and Description |
|---|
TransformStatusCommand(AlluxioConfiguration conf,
TableMasterClient client,
FileSystemContext fsContext)
creates the command.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandName() |
java.lang.String |
getDescription() |
java.lang.String |
getUsage() |
int |
run(org.apache.commons.cli.CommandLine cl) |
void |
validateArgs(org.apache.commons.cli.CommandLine cl) |
drain, getCompletedCmdCount, getCompletedCount, getFailedCmdCount, getFailedCount, getFailedFiles, postProcessing, processFailures, submit, waitForCmd, waitJobprocessHeader, runPlainPath, runWildCardCmdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getOptions, getSubCommands, hasSubCommand, parseAndValidateArgspublic TransformStatusCommand(AlluxioConfiguration conf, TableMasterClient client, FileSystemContext fsContext)
conf - alluxio configurationclient - the table master client used to make RPCsfsContext - the filesystem of Alluxiopublic java.lang.String getCommandName()
getCommandName in interface CommandgetCommandName in class AbstractTableCommandpublic java.lang.String getUsage()
public java.lang.String getDescription()
public void validateArgs(org.apache.commons.cli.CommandLine cl)
throws InvalidArgumentException
validateArgs in interface CommandvalidateArgs in class AbstractTableCommandInvalidArgumentExceptionpublic int run(org.apache.commons.cli.CommandLine cl)
throws java.io.IOException,
AlluxioException
run in interface Commandrun in class AbstractTableCommandjava.io.IOExceptionAlluxioExceptionCopyright © 2022. All Rights Reserved.