java.io.Serializable, java.lang.Comparable<ApplicationMaster.DSEntity>@VisibleForTesting @Private public static enum ApplicationMaster.DSEntity extends java.lang.Enum<ApplicationMaster.DSEntity>
| Enum Constant | Description |
|---|---|
DS_APP_ATTEMPT |
|
DS_CONTAINER |
| Modifier and Type | Method | Description |
|---|---|---|
static ApplicationMaster.DSEntity |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ApplicationMaster.DSEntity[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationMaster.DSEntity DS_APP_ATTEMPT
public static final ApplicationMaster.DSEntity DS_CONTAINER
public static ApplicationMaster.DSEntity[] values()
for (ApplicationMaster.DSEntity c : ApplicationMaster.DSEntity.values()) System.out.println(c);
public static ApplicationMaster.DSEntity valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.