@ThreadSafe public final class TransformTableCommand extends AbstractTableCommand
mClient, mConf
DEFAULT_ACTIVE_JOBS, mActiveJobs, mSubmittedJobAttempts
mFileSystem, mFsContext
Constructor and Description |
---|
TransformTableCommand(AlluxioConfiguration conf,
TableMasterClient client,
FileSystemContext fsContext)
creates the command.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommandName()
Gets the command name as input from the shell.
|
String |
getDescription() |
org.apache.commons.cli.Options |
getOptions() |
String |
getUsage() |
int |
run(org.apache.commons.cli.CommandLine cl)
Runs the command.
|
void |
validateArgs(org.apache.commons.cli.CommandLine cl)
Checks if the arguments are valid or throw InvalidArgumentException.
|
drain, getCompletedCount, getFailedCount, waitJob
processHeader, runPlainPath, runWildCardCmd
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getSubCommands, hasSubCommand, parseAndValidateArgs
public TransformTableCommand(AlluxioConfiguration conf, TableMasterClient client, FileSystemContext fsContext)
conf
- alluxio configurationclient
- the table master client used to make RPCsfsContext
- the filesystem of Alluxiopublic String getCommandName()
Command
getCommandName
in interface Command
getCommandName
in class AbstractTableCommand
public String getUsage()
public org.apache.commons.cli.Options getOptions()
Options
of the commandpublic String getDescription()
public void validateArgs(org.apache.commons.cli.CommandLine cl) throws InvalidArgumentException
Command
validateArgs
in interface Command
validateArgs
in class AbstractTableCommand
cl
- the parsed command line for the argumentsInvalidArgumentException
- when arguments are not validpublic int run(org.apache.commons.cli.CommandLine cl) throws IOException, AlluxioException
Command
run
in interface Command
run
in class AbstractTableCommand
cl
- the parsed command line for the argumentsIOException
AlluxioException
Copyright © 2023. All Rights Reserved.