public enum AbfsStatistic extends Enum<AbfsStatistic>
AbfsCountersImpl
.Modifier and Type | Method and Description |
---|---|
String |
getHttpCall()
Getter for http call for HTTP duration trackers.
|
String |
getStatDescription()
Getter for statistic description.
|
String |
getStatName()
Getter for statistic name.
|
static String |
getStatNameFromHttpCall(String httpCall)
Get the statistic name using the http call name.
|
static AbfsStatistic |
valueOf(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 AbfsStatistic[] values()
for (AbfsStatistic c : AbfsStatistic.values()) System.out.println(c);
public static AbfsStatistic 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 getStatName()
public String getStatDescription()
public String getHttpCall()
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.