java.io.Serializable, java.lang.Comparable<AbfsStatistic>public enum AbfsStatistic extends java.lang.Enum<AbfsStatistic>
AbfsCountersImpl.| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getHttpCall() |
Getter for http call for HTTP duration trackers.
|
java.lang.String |
getStatDescription() |
Getter for statistic description.
|
java.lang.String |
getStatName() |
Getter for statistic name.
|
static java.lang.String |
getStatNameFromHttpCall(java.lang.String httpCall) |
Get the statistic name using the http call name.
|
static AbfsStatistic |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbfsStatistic[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbfsStatistic CALL_CREATE
public static final AbfsStatistic CALL_OPEN
public static final AbfsStatistic CALL_GET_FILE_STATUS
public static final AbfsStatistic CALL_APPEND
public static final AbfsStatistic CALL_CREATE_NON_RECURSIVE
public static final AbfsStatistic CALL_DELETE
public static final AbfsStatistic CALL_EXIST
public static final AbfsStatistic CALL_GET_DELEGATION_TOKEN
public static final AbfsStatistic CALL_LIST_STATUS
public static final AbfsStatistic CALL_MKDIRS
public static final AbfsStatistic CALL_RENAME
public static final AbfsStatistic DIRECTORIES_CREATED
public static final AbfsStatistic DIRECTORIES_DELETED
public static final AbfsStatistic FILES_CREATED
public static final AbfsStatistic FILES_DELETED
public static final AbfsStatistic ERROR_IGNORED
public static final AbfsStatistic CONNECTIONS_MADE
public static final AbfsStatistic SEND_REQUESTS
public static final AbfsStatistic GET_RESPONSES
public static final AbfsStatistic BYTES_SENT
public static final AbfsStatistic BYTES_RECEIVED
public static final AbfsStatistic READ_THROTTLES
public static final AbfsStatistic WRITE_THROTTLES
public static final AbfsStatistic SERVER_UNAVAILABLE
public static final AbfsStatistic HTTP_HEAD_REQUEST
public static final AbfsStatistic HTTP_GET_REQUEST
public static final AbfsStatistic HTTP_DELETE_REQUEST
public static final AbfsStatistic HTTP_PUT_REQUEST
public static final AbfsStatistic HTTP_PATCH_REQUEST
public static final AbfsStatistic HTTP_POST_REQUEST
public static final AbfsStatistic RENAME_RECOVERY
public static final AbfsStatistic METADATA_INCOMPLETE_RENAME_FAILURES
public static final AbfsStatistic RENAME_PATH_ATTEMPTS
public static AbfsStatistic[] values()
for (AbfsStatistic c : AbfsStatistic.values()) System.out.println(c);
public static AbfsStatistic 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 nullpublic java.lang.String getStatName()
public java.lang.String getStatDescription()
public java.lang.String getHttpCall()
public static java.lang.String getStatNameFromHttpCall(java.lang.String httpCall)
httpCall - The HTTP call used to get the statistic name.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.