Uses of Class
org.apache.hadoop.hive.serde2.thrift.test.MegaStruct._Fields

Packages that use MegaStruct._Fields
org.apache.hadoop.hive.serde2.thrift.test   
 

Uses of MegaStruct._Fields in org.apache.hadoop.hive.serde2.thrift.test
 

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

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

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



Copyright © 2012 The Apache Software Foundation