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

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

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

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

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



Copyright © 2011 The Apache Software Foundation