Package ai.heavy.thrift.server
Enum TTableDetails._Fields
- java.lang.Object
-
- java.lang.Enum<TTableDetails._Fields>
-
- ai.heavy.thrift.server.TTableDetails._Fields
-
- All Implemented Interfaces:
Serializable,Comparable<TTableDetails._Fields>,org.apache.thrift.TFieldIdEnum
- Enclosing class:
- TTableDetails
public static enum TTableDetails._Fields extends Enum<TTableDetails._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
Enum Constants Enum Constant Description FRAGMENT_SIZEIS_TEMPORARYKEY_METAINFOMAX_ROWSPAGE_SIZEPARTITION_DETAILREFRESH_INFOROW_DESCSHARD_COUNTTABLE_TYPEVIEW_SQL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TTableDetails._FieldsfindByName(String name)Find the _Fields constant that matches name, or null if its not found.static TTableDetails._FieldsfindByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static TTableDetails._FieldsfindByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.StringgetFieldName()shortgetThriftFieldId()static TTableDetails._FieldsvalueOf(String name)Returns the enum constant of this type with the specified name.static TTableDetails._Fields[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ROW_DESC
public static final TTableDetails._Fields ROW_DESC
-
FRAGMENT_SIZE
public static final TTableDetails._Fields FRAGMENT_SIZE
-
PAGE_SIZE
public static final TTableDetails._Fields PAGE_SIZE
-
MAX_ROWS
public static final TTableDetails._Fields MAX_ROWS
-
VIEW_SQL
public static final TTableDetails._Fields VIEW_SQL
-
SHARD_COUNT
public static final TTableDetails._Fields SHARD_COUNT
-
KEY_METAINFO
public static final TTableDetails._Fields KEY_METAINFO
-
IS_TEMPORARY
public static final TTableDetails._Fields IS_TEMPORARY
-
PARTITION_DETAIL
public static final TTableDetails._Fields PARTITION_DETAIL
- See Also:
TPartitionDetail
-
TABLE_TYPE
public static final TTableDetails._Fields TABLE_TYPE
- See Also:
TTableType
-
REFRESH_INFO
public static final TTableDetails._Fields REFRESH_INFO
-
-
Method Detail
-
values
public static TTableDetails._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 (TTableDetails._Fields c : TTableDetails._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 TTableDetails._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 TTableDetails._Fields findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
-
findByThriftIdOrThrow
public static TTableDetails._Fields findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
-
findByName
public static TTableDetails._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
-
-