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