public static enum CompactionInfoStruct._Fields extends Enum<CompactionInfoStruct._Fields> implements org.apache.thrift.TFieldIdEnum
| Enum Constant and Description |
|---|
DBNAME |
ENQUEUE_TIME |
ERROR_MESSAGE |
HASOLDABORT |
HIGHEST_WRITE_ID |
ID |
NUMBER_OF_BUCKETS |
ORDER_BY_CLAUSE |
PARTITIONNAME |
POOLNAME |
PROPERTIES |
RETRY_RETENTION |
RUNAS |
START |
STATE |
TABLENAME |
TOOMANYABORTS |
TYPE |
WORKER_ID |
| Modifier and Type | Method and Description |
|---|---|
static CompactionInfoStruct._Fields |
findByName(String name)
Find the _Fields constant that matches name, or null if its not found.
|
static CompactionInfoStruct._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static CompactionInfoStruct._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
|
String |
getFieldName() |
short |
getThriftFieldId() |
static CompactionInfoStruct._Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactionInfoStruct._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompactionInfoStruct._Fields ID
public static final CompactionInfoStruct._Fields DBNAME
public static final CompactionInfoStruct._Fields TABLENAME
public static final CompactionInfoStruct._Fields PARTITIONNAME
public static final CompactionInfoStruct._Fields TYPE
CompactionTypepublic static final CompactionInfoStruct._Fields RUNAS
public static final CompactionInfoStruct._Fields PROPERTIES
public static final CompactionInfoStruct._Fields TOOMANYABORTS
public static final CompactionInfoStruct._Fields STATE
public static final CompactionInfoStruct._Fields WORKER_ID
public static final CompactionInfoStruct._Fields START
public static final CompactionInfoStruct._Fields HIGHEST_WRITE_ID
public static final CompactionInfoStruct._Fields ERROR_MESSAGE
public static final CompactionInfoStruct._Fields HASOLDABORT
public static final CompactionInfoStruct._Fields ENQUEUE_TIME
public static final CompactionInfoStruct._Fields RETRY_RETENTION
public static final CompactionInfoStruct._Fields POOLNAME
public static final CompactionInfoStruct._Fields NUMBER_OF_BUCKETS
public static final CompactionInfoStruct._Fields ORDER_BY_CLAUSE
public static CompactionInfoStruct._Fields[] values()
for (CompactionInfoStruct._Fields c : CompactionInfoStruct._Fields.values()) System.out.println(c);
public static CompactionInfoStruct._Fields 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 static CompactionInfoStruct._Fields findByThriftId(int fieldId)
public static CompactionInfoStruct._Fields findByThriftIdOrThrow(int fieldId)
public static CompactionInfoStruct._Fields findByName(String name)
public short getThriftFieldId()
getThriftFieldId in interface org.apache.thrift.TFieldIdEnumpublic String getFieldName()
getFieldName in interface org.apache.thrift.TFieldIdEnumCopyright © 2024 The Apache Software Foundation. All rights reserved.