public static enum BootstrapActions.Daemon extends Enum<BootstrapActions.Daemon>
| Enum Constant and Description | 
|---|
| Client | 
| DataNode | 
| JobTracker | 
| NameNode | 
| TaskTracker | 
| Modifier and Type | Method and Description | 
|---|---|
| static BootstrapActions.Daemon | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static BootstrapActions.Daemon[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final BootstrapActions.Daemon NameNode
public static final BootstrapActions.Daemon DataNode
public static final BootstrapActions.Daemon JobTracker
public static final BootstrapActions.Daemon TaskTracker
public static final BootstrapActions.Daemon Client
public static BootstrapActions.Daemon[] values()
for (BootstrapActions.Daemon c : BootstrapActions.Daemon.values()) System.out.println(c);
public static BootstrapActions.Daemon 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 nullCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.