Uses of Class
org.apache.hadoop.hive.serde.test.ThriftTestObj._Fields

Packages that use ThriftTestObj._Fields
org.apache.hadoop.hive.serde.test   
 

Uses of ThriftTestObj._Fields in org.apache.hadoop.hive.serde.test
 

Fields in org.apache.hadoop.hive.serde.test with type parameters of type ThriftTestObj._Fields
static Map<ThriftTestObj._Fields,org.apache.thrift.meta_data.FieldMetaData> ThriftTestObj.metaDataMap
           
 

Methods in org.apache.hadoop.hive.serde.test that return ThriftTestObj._Fields
 ThriftTestObj._Fields ThriftTestObj.fieldForId(int fieldId)
           
static ThriftTestObj._Fields ThriftTestObj._Fields.findByName(String name)
          Find the _Fields constant that matches name, or null if its not found.
static ThriftTestObj._Fields ThriftTestObj._Fields.findByThriftId(int fieldId)
          Find the _Fields constant that matches fieldId, or null if its not found.
static ThriftTestObj._Fields ThriftTestObj._Fields.findByThriftIdOrThrow(int fieldId)
          Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
static ThriftTestObj._Fields ThriftTestObj._Fields.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ThriftTestObj._Fields[] ThriftTestObj._Fields.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.serde.test with parameters of type ThriftTestObj._Fields
 Object ThriftTestObj.getFieldValue(ThriftTestObj._Fields field)
           
 boolean ThriftTestObj.isSet(ThriftTestObj._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 void ThriftTestObj.setFieldValue(ThriftTestObj._Fields field, Object value)
           
 



Copyright © 2012 The Apache Software Foundation