@InterfaceAudience.Private @InterfaceStability.Unstable public enum GhfsStatistic extends Enum<GhfsStatistic>
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableSet<GhfsStatistic> |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
static GhfsStatistic |
fromSymbol(String symbol)
Get a statistic from a symbol.
|
String |
getDescription()
The description of the Statistic
|
String |
getSymbol()
the name of the statistic
|
GhfsStatisticTypeEnum |
getType()
What type is this statistic?
|
String |
toString()
The string value is simply the symbol.
|
static GhfsStatistic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GhfsStatistic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GhfsStatistic ACTION_HTTP_HEAD_REQUEST_FAILURE
public static final GhfsStatistic ACTION_HTTP_GET_REQUEST_FAILURE
public static final GhfsStatistic ACTION_HTTP_PUT_REQUEST_FAILURE
public static final GhfsStatistic ACTION_HTTP_PATCH_REQUEST_FAILURE
public static final GhfsStatistic ACTION_HTTP_POST_REQUEST_FAILURE
public static final GhfsStatistic ACTION_HTTP_DELETE_REQUEST_FAILURE
public static final GhfsStatistic DIRECTORIES_CREATED
public static final GhfsStatistic DIRECTORIES_DELETED
public static final GhfsStatistic FILES_CREATED
public static final GhfsStatistic FILES_DELETED
public static final GhfsStatistic FILES_DELETE_REJECTED
public static final GhfsStatistic INVOCATION_CREATE
public static final GhfsStatistic INVOCATION_CREATE_NON_RECURSIVE
public static final GhfsStatistic INVOCATION_DELETE
public static final GhfsStatistic INVOCATION_EXISTS
public static final GhfsStatistic INVOCATION_GET_FILE_STATUS
public static final GhfsStatistic INVOCATION_GLOB_STATUS
public static final GhfsStatistic INVOCATION_HFLUSH
public static final GhfsStatistic INVOCATION_HSYNC
public static final GhfsStatistic INVOCATION_LIST_FILES
public static final GhfsStatistic INVOCATION_LIST_STATUS
public static final GhfsStatistic INVOCATION_MKDIRS
public static final GhfsStatistic INVOCATION_OPEN
public static final GhfsStatistic INVOCATION_RENAME
public static final GhfsStatistic STREAM_READ_BYTES
public static final GhfsStatistic STREAM_READ_CLOSE_OPERATIONS
public static final GhfsStatistic STREAM_READ_EXCEPTIONS
public static final GhfsStatistic STREAM_READ_OPERATIONS
public static final GhfsStatistic STREAM_READ_OPERATIONS_INCOMPLETE
public static final GhfsStatistic STREAM_READ_SEEK_BACKWARD_OPERATIONS
public static final GhfsStatistic STREAM_READ_SEEK_BYTES_BACKWARDS
public static final GhfsStatistic STREAM_READ_SEEK_BYTES_SKIPPED
public static final GhfsStatistic STREAM_READ_SEEK_FORWARD_OPERATIONS
public static final GhfsStatistic STREAM_READ_SEEK_OPERATIONS
public static final GhfsStatistic STREAM_READ_TOTAL_BYTES
public static final GhfsStatistic STREAM_WRITE_EXCEPTIONS
public static final GhfsStatistic STREAM_WRITE_BYTES
public static final GhfsStatistic STREAM_WRITE_CLOSE_OPERATIONS
public static final GhfsStatistic STREAM_WRITE_OPERATIONS
public static final GhfsStatistic INVOCATION_XATTR_GET_MAP
public static final GhfsStatistic INVOCATION_XATTR_GET_NAMED
public static final GhfsStatistic INVOCATION_XATTR_GET_NAMED_MAP
public static final GhfsStatistic INVOCATION_OP_XATTR_LIST
public static final GhfsStatistic DELEGATION_TOKENS_ISSUED
public static final com.google.common.collect.ImmutableSet<GhfsStatistic> VALUES
public static GhfsStatistic[] values()
for (GhfsStatistic c : GhfsStatistic.values()) System.out.println(c);
public static GhfsStatistic 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 getSymbol()
public static GhfsStatistic fromSymbol(String symbol)
symbol - statistic to look uppublic String getDescription()
public String toString()
toString in class Enum<GhfsStatistic>public GhfsStatisticTypeEnum getType()
Copyright © 2023. All rights reserved.