Package org.apache.iotdb.mpp.rpc.thrift
Enum TFetchFragmentInstanceStatisticsResp._Fields
- java.lang.Object
-
- java.lang.Enum<TFetchFragmentInstanceStatisticsResp._Fields>
-
- org.apache.iotdb.mpp.rpc.thrift.TFetchFragmentInstanceStatisticsResp._Fields
-
- All Implemented Interfaces:
Serializable,Comparable<TFetchFragmentInstanceStatisticsResp._Fields>,org.apache.thrift.TFieldIdEnum
- Enclosing class:
- TFetchFragmentInstanceStatisticsResp
public static enum TFetchFragmentInstanceStatisticsResp._Fields extends Enum<TFetchFragmentInstanceStatisticsResp._Fields> implements org.apache.thrift.TFieldIdEnum
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TFetchFragmentInstanceStatisticsResp._FieldsfindByName(String name)Find the _Fields constant that matches name, or null if its not found.static TFetchFragmentInstanceStatisticsResp._FieldsfindByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static TFetchFragmentInstanceStatisticsResp._FieldsfindByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.StringgetFieldName()shortgetThriftFieldId()static TFetchFragmentInstanceStatisticsResp._FieldsvalueOf(String name)Returns the enum constant of this type with the specified name.static TFetchFragmentInstanceStatisticsResp._Fields[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
STATUS
public static final TFetchFragmentInstanceStatisticsResp._Fields STATUS
-
FRAGMENT_INSTANCE_ID
public static final TFetchFragmentInstanceStatisticsResp._Fields FRAGMENT_INSTANCE_ID
-
DATA_REGION
public static final TFetchFragmentInstanceStatisticsResp._Fields DATA_REGION
-
START_TIME_IN_MS
public static final TFetchFragmentInstanceStatisticsResp._Fields START_TIME_IN_MS
-
END_TIME_IN_MS
public static final TFetchFragmentInstanceStatisticsResp._Fields END_TIME_IN_MS
-
QUERY_STATISTICS
public static final TFetchFragmentInstanceStatisticsResp._Fields QUERY_STATISTICS
-
OPERATOR_STATISTICS_MAP
public static final TFetchFragmentInstanceStatisticsResp._Fields OPERATOR_STATISTICS_MAP
-
INIT_DATA_QUERY_SOURCE_COST
public static final TFetchFragmentInstanceStatisticsResp._Fields INIT_DATA_QUERY_SOURCE_COST
-
SEQ_UNCLOSED_NUM
public static final TFetchFragmentInstanceStatisticsResp._Fields SEQ_UNCLOSED_NUM
-
SEQ_CLOSEDN_NUM
public static final TFetchFragmentInstanceStatisticsResp._Fields SEQ_CLOSEDN_NUM
-
UNSEQ_CLOSED_NUM
public static final TFetchFragmentInstanceStatisticsResp._Fields UNSEQ_CLOSED_NUM
-
UNSEQ_UNCLOSED_NUM
public static final TFetchFragmentInstanceStatisticsResp._Fields UNSEQ_UNCLOSED_NUM
-
READY_QUEUED_TIME
public static final TFetchFragmentInstanceStatisticsResp._Fields READY_QUEUED_TIME
-
BLOCK_QUEUED_TIME
public static final TFetchFragmentInstanceStatisticsResp._Fields BLOCK_QUEUED_TIME
-
IP
public static final TFetchFragmentInstanceStatisticsResp._Fields IP
-
STATE
public static final TFetchFragmentInstanceStatisticsResp._Fields STATE
-
-
Method Detail
-
values
public static TFetchFragmentInstanceStatisticsResp._Fields[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TFetchFragmentInstanceStatisticsResp._Fields c : TFetchFragmentInstanceStatisticsResp._Fields.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TFetchFragmentInstanceStatisticsResp._Fields valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
findByThriftId
public static TFetchFragmentInstanceStatisticsResp._Fields findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
-
findByThriftIdOrThrow
public static TFetchFragmentInstanceStatisticsResp._Fields findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
-
findByName
public static TFetchFragmentInstanceStatisticsResp._Fields findByName(String name)
Find the _Fields constant that matches name, or null if its not found.
-
getThriftFieldId
public short getThriftFieldId()
- Specified by:
getThriftFieldIdin interfaceorg.apache.thrift.TFieldIdEnum
-
getFieldName
public String getFieldName()
- Specified by:
getFieldNamein interfaceorg.apache.thrift.TFieldIdEnum
-
-