public static enum App._Fields extends java.lang.Enum<App._Fields> implements org.apache.thrift.TFieldIdEnum
| Enum Constant and Description |
|---|
ACTION_CAUSE |
AUTO_SWITCH |
DATA_PROGRESS |
DESCRIPTION |
FETCH_FIELDS |
FIRST_RANKS |
GROUP |
ID |
NAME |
PROGRESS_PERCENT |
QUOTA |
REALTIME_SHARED |
REBUILDING |
SCHEMA |
STATUS |
SWITCH_TIME |
TYPE |
UNREAD_ERROR_COUNT |
VIRTUAL_CLUSTER |
| Modifier and Type | Method and Description |
|---|---|
static App._Fields |
findByName(java.lang.String name) |
static App._Fields |
findByThriftId(int fieldId) |
static App._Fields |
findByThriftIdOrThrow(int fieldId) |
java.lang.String |
getFieldName() |
short |
getThriftFieldId() |
static App._Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static App._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final App._Fields ID
public static final App._Fields NAME
public static final App._Fields TYPE
public static final App._Fields SCHEMA
public static final App._Fields QUOTA
public static final App._Fields DESCRIPTION
public static final App._Fields GROUP
public static final App._Fields AUTO_SWITCH
public static final App._Fields SWITCH_TIME
public static final App._Fields FETCH_FIELDS
public static final App._Fields FIRST_RANKS
public static final App._Fields VIRTUAL_CLUSTER
public static final App._Fields REALTIME_SHARED
public static final App._Fields STATUS
AppStatuspublic static final App._Fields DATA_PROGRESS
public static final App._Fields PROGRESS_PERCENT
public static final App._Fields REBUILDING
public static final App._Fields UNREAD_ERROR_COUNT
public static final App._Fields ACTION_CAUSE
public static App._Fields[] values()
for (App._Fields c : App._Fields.values()) System.out.println(c);
public static App._Fields 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 static App._Fields findByThriftId(int fieldId)
fieldId - fieldIdpublic static App._Fields findByThriftIdOrThrow(int fieldId)
fieldId - fieldIdpublic static App._Fields findByName(java.lang.String name)
name - namepublic short getThriftFieldId()
getThriftFieldId in interface org.apache.thrift.TFieldIdEnumpublic java.lang.String getFieldName()
getFieldName in interface org.apache.thrift.TFieldIdEnumCopyright © 2023. All Rights Reserved.