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