public class QuorumCommand extends AbstractFsAdminCommand
mBlockClient, mFsClient, mJobMasterClient, mJobMasterJournalMasterClient, mMasterJournalMasterClient, mMetaClient, mMetaConfigClient, mMetricsClient, mPrintStream| Constructor and Description |
|---|
QuorumCommand(Context context,
AlluxioConfiguration alluxioConf) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
description() |
java.lang.String |
getCommandName() |
java.lang.String |
getDescription() |
java.util.Map<java.lang.String,Command> |
getSubCommands() |
java.lang.String |
getUsage() |
static NetAddress |
stringToAddress(java.lang.String serverAddress) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getOptions, hasSubCommand, parseAndValidateArgs, run, validateArgspublic QuorumCommand(Context context, AlluxioConfiguration alluxioConf)
context - fsadmin command contextalluxioConf - Alluxio configurationpublic static java.lang.String description()
public java.util.Map<java.lang.String,Command> getSubCommands()
public java.lang.String getCommandName()
public java.lang.String getUsage()
public java.lang.String getDescription()
public static NetAddress stringToAddress(java.lang.String serverAddress) throws InvalidArgumentException
serverAddress - the string containing the hostname and port separated by a ':InvalidArgumentExceptionCopyright © 2022. All Rights Reserved.