public static enum DefaultFileSystemMaster.Metrics.UFSOps extends java.lang.Enum<DefaultFileSystemMaster.Metrics.UFSOps>
| Enum Constant and Description |
|---|
CREATE_FILE |
DELETE_FILE |
GET_FILE_INFO |
LIST_STATUS |
| Modifier and Type | Method and Description |
|---|---|
static DefaultFileSystemMaster.Metrics.UFSOps |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultFileSystemMaster.Metrics.UFSOps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultFileSystemMaster.Metrics.UFSOps CREATE_FILE
public static final DefaultFileSystemMaster.Metrics.UFSOps GET_FILE_INFO
public static final DefaultFileSystemMaster.Metrics.UFSOps DELETE_FILE
public static final DefaultFileSystemMaster.Metrics.UFSOps LIST_STATUS
public static DefaultFileSystemMaster.Metrics.UFSOps[] values()
for (DefaultFileSystemMaster.Metrics.UFSOps c : DefaultFileSystemMaster.Metrics.UFSOps.values()) System.out.println(c);
public static DefaultFileSystemMaster.Metrics.UFSOps 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 © 2020. All Rights Reserved.