Uses of Class
org.apache.pinot.common.request.Literal._Fields
-
Packages that use Literal._Fields Package Description org.apache.pinot.common.request -
-
Uses of Literal._Fields in org.apache.pinot.common.request
Fields in org.apache.pinot.common.request with type parameters of type Literal._Fields Modifier and Type Field Description static Map<Literal._Fields,org.apache.thrift.meta_data.FieldMetaData>Literal. metaDataMapMethods in org.apache.pinot.common.request that return Literal._Fields Modifier and Type Method Description protected Literal._FieldsLiteral. enumForId(short id)Literal._FieldsLiteral. fieldForId(int fieldId)static Literal._FieldsLiteral._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static Literal._FieldsLiteral._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static Literal._FieldsLiteral._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static Literal._FieldsLiteral._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Literal._Fields[]Literal._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.common.request with parameters of type Literal._Fields Modifier and Type Method Description protected voidLiteral. checkType(Literal._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldLiteral. getFieldDesc(Literal._Fields setField)Constructors in org.apache.pinot.common.request with parameters of type Literal._Fields Constructor Description Literal(Literal._Fields setField, Object value)
-