public static enum FinalDistinct._Fields extends java.lang.Enum<FinalDistinct._Fields> implements org.apache.thrift.TFieldIdEnum
| Enum Constant and Description |
|---|
CUSTOM_FINAL_DISTINCT
自定义精排聚合打散条件字段
|
KEY_LIST
指定打散的字段及抽取的个数
|
SORT
档间排序字段
|
SPECIAL_COUNT
特定字段值抽取的个数
|
TYPE
打散方式
|
| Modifier and Type | Method and Description |
|---|---|
static FinalDistinct._Fields |
findByName(java.lang.String name)
Find the _Fields constant that matches name, or null if its not found.
|
static FinalDistinct._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static FinalDistinct._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
|
java.lang.String |
getFieldName() |
short |
getThriftFieldId() |
static FinalDistinct._Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FinalDistinct._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FinalDistinct._Fields TYPE
FinalDistinctTypepublic static final FinalDistinct._Fields KEY_LIST
public static final FinalDistinct._Fields SORT
public static final FinalDistinct._Fields SPECIAL_COUNT
public static final FinalDistinct._Fields CUSTOM_FINAL_DISTINCT
public static FinalDistinct._Fields[] values()
for (FinalDistinct._Fields c : FinalDistinct._Fields.values()) System.out.println(c);
public static FinalDistinct._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 FinalDistinct._Fields findByThriftId(int fieldId)
public static FinalDistinct._Fields findByThriftIdOrThrow(int fieldId)
public static FinalDistinct._Fields findByName(java.lang.String name)
public short getThriftFieldId()
getThriftFieldId in interface org.apache.thrift.TFieldIdEnumpublic java.lang.String getFieldName()
getFieldName in interface org.apache.thrift.TFieldIdEnumCopyright © 2023. All Rights Reserved.