public enum HadoopSupportedOperations extends Enum<HadoopSupportedOperations>
| Enum Constant and Description |
|---|
FORMAT |
FSCK |
JAR |
JOB_LIST_ALL |
JOB_LIST_RUNNING |
KILL |
LS |
QUEUE_LIST |
REBALANCE_DFS |
START |
STOP |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgs() |
String[] |
getParamsNames() |
String |
getRelativePathToExecutable() |
boolean |
isKillOnTimeout() |
static HadoopSupportedOperations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HadoopSupportedOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HadoopSupportedOperations FORMAT
public static final HadoopSupportedOperations FSCK
public static final HadoopSupportedOperations LS
public static final HadoopSupportedOperations START
public static final HadoopSupportedOperations STOP
public static final HadoopSupportedOperations QUEUE_LIST
public static final HadoopSupportedOperations JOB_LIST_RUNNING
public static final HadoopSupportedOperations JOB_LIST_ALL
public static final HadoopSupportedOperations REBALANCE_DFS
public static final HadoopSupportedOperations KILL
public static final HadoopSupportedOperations JAR
public static HadoopSupportedOperations[] values()
for (HadoopSupportedOperations c : HadoopSupportedOperations.values()) System.out.println(c);
public static HadoopSupportedOperations 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 String getRelativePathToExecutable()
public String getArgs()
public String[] getParamsNames()
public boolean isKillOnTimeout()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.