public class QuorumRemoveCommand extends AbstractFsAdminCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADDRESS_OPTION_NAME |
static java.lang.String |
DOMAIN_OPTION_NAME |
static java.lang.String |
OUTPUT_RESULT |
mBlockClient, mFsClient, mJobMasterClient, mJobMasterJournalMasterClient, mMasterJournalMasterClient, mMetaClient, mMetaConfigClient, mMetricsClient, mPrintStream| Constructor and Description |
|---|
QuorumRemoveCommand(Context context,
AlluxioConfiguration alluxioConf) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
description() |
java.lang.String |
getCommandName() |
java.lang.String |
getDescription() |
org.apache.commons.cli.Options |
getOptions() |
java.lang.String |
getUsage() |
int |
run(org.apache.commons.cli.CommandLine cl) |
void |
validateArgs(org.apache.commons.cli.CommandLine cl) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getSubCommands, hasSubCommand, parseAndValidateArgspublic static final java.lang.String ADDRESS_OPTION_NAME
public static final java.lang.String DOMAIN_OPTION_NAME
public static final java.lang.String OUTPUT_RESULT
public QuorumRemoveCommand(Context context, AlluxioConfiguration alluxioConf)
context - fsadmin command contextalluxioConf - Alluxio configurationpublic static java.lang.String description()
public int run(org.apache.commons.cli.CommandLine cl)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getCommandName()
public java.lang.String getUsage()
public java.lang.String getDescription()
public void validateArgs(org.apache.commons.cli.CommandLine cl)
throws InvalidArgumentException
InvalidArgumentExceptionpublic org.apache.commons.cli.Options getOptions()
Copyright © 2022. All Rights Reserved.