public static enum FSConfigToCSConfigArgumentHandler.CliOption extends Enum<FSConfigToCSConfigArgumentHandler.CliOption>
Enum Constant and Description |
---|
CLUSTER_RESOURCE |
CONSOLE_MODE |
CONVERSION_RULES |
CONVERT_PLACEMENT_RULES |
DRY_RUN |
FAIR_SCHEDULER |
HELP |
NO_TERMINAL_RULE_CHECK |
OUTPUT_DIR |
SKIP_VERIFICATION |
YARN_SITE |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.cli.Option |
createCommonsCliOption() |
static FSConfigToCSConfigArgumentHandler.CliOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FSConfigToCSConfigArgumentHandler.CliOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FSConfigToCSConfigArgumentHandler.CliOption YARN_SITE
public static final FSConfigToCSConfigArgumentHandler.CliOption FAIR_SCHEDULER
public static final FSConfigToCSConfigArgumentHandler.CliOption CONVERSION_RULES
public static final FSConfigToCSConfigArgumentHandler.CliOption CONSOLE_MODE
public static final FSConfigToCSConfigArgumentHandler.CliOption CLUSTER_RESOURCE
public static final FSConfigToCSConfigArgumentHandler.CliOption OUTPUT_DIR
public static final FSConfigToCSConfigArgumentHandler.CliOption DRY_RUN
public static final FSConfigToCSConfigArgumentHandler.CliOption NO_TERMINAL_RULE_CHECK
public static final FSConfigToCSConfigArgumentHandler.CliOption CONVERT_PLACEMENT_RULES
public static final FSConfigToCSConfigArgumentHandler.CliOption SKIP_VERIFICATION
public static final FSConfigToCSConfigArgumentHandler.CliOption HELP
public static FSConfigToCSConfigArgumentHandler.CliOption[] values()
for (FSConfigToCSConfigArgumentHandler.CliOption c : FSConfigToCSConfigArgumentHandler.CliOption.values()) System.out.println(c);
public static FSConfigToCSConfigArgumentHandler.CliOption valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic org.apache.commons.cli.Option createCommonsCliOption()
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.