Uses of Class
org.apache.parquet.format.BloomFilterHash._Fields
-
Packages that use BloomFilterHash._Fields Package Description org.apache.parquet.format -
-
Uses of BloomFilterHash._Fields in org.apache.parquet.format
Fields in org.apache.parquet.format with type parameters of type BloomFilterHash._Fields Modifier and Type Field Description static Map<BloomFilterHash._Fields,org.apache.thrift.meta_data.FieldMetaData>BloomFilterHash. metaDataMapMethods in org.apache.parquet.format that return BloomFilterHash._Fields Modifier and Type Method Description protected BloomFilterHash._FieldsBloomFilterHash. enumForId(short id)BloomFilterHash._FieldsBloomFilterHash. fieldForId(int fieldId)static BloomFilterHash._FieldsBloomFilterHash._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static BloomFilterHash._FieldsBloomFilterHash._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static BloomFilterHash._FieldsBloomFilterHash._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static BloomFilterHash._FieldsBloomFilterHash._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static BloomFilterHash._Fields[]BloomFilterHash._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 BloomFilterHash._Fields Modifier and Type Method Description protected voidBloomFilterHash. checkType(BloomFilterHash._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldBloomFilterHash. getFieldDesc(BloomFilterHash._Fields setField)Constructors in org.apache.parquet.format with parameters of type BloomFilterHash._Fields Constructor Description BloomFilterHash(BloomFilterHash._Fields setField, Object value)
-