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

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

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

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

Methods in org.apache.hadoop.hive.serde2.thrift.test that return MiniStruct._Fields
 MiniStruct._Fields MiniStruct.fieldForId(int fieldId)
           
static MiniStruct._Fields MiniStruct._Fields.findByName(String name)
          Find the _Fields constant that matches name, or null if its not found.
static MiniStruct._Fields MiniStruct._Fields.findByThriftId(int fieldId)
          Find the _Fields constant that matches fieldId, or null if its not found.
static MiniStruct._Fields MiniStruct._Fields.findByThriftIdOrThrow(int fieldId)
          Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
static MiniStruct._Fields MiniStruct._Fields.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MiniStruct._Fields[] MiniStruct._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 MiniStruct._Fields
 Object MiniStruct.getFieldValue(MiniStruct._Fields field)
           
 boolean MiniStruct.isSet(MiniStruct._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 void MiniStruct.setFieldValue(MiniStruct._Fields field, Object value)
           
 



Copyright © 2011 The Apache Software Foundation