|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.record.meta.FieldTypeInfo
public class FieldTypeInfo
Represents a type information for a field, which is made up of its ID (name) and its type (a TypeID object).
Method Summary | |
---|---|
boolean |
equals(FieldTypeInfo ti)
|
boolean |
equals(Object o)
Two FieldTypeInfos are equal if ach of their fields matches |
String |
getFieldID()
get the field's id (name) |
TypeID |
getTypeID()
get the field's TypeID object |
int |
hashCode()
We use a basic hashcode implementation, since this class will likely not be used as a hashmap key |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public TypeID getTypeID()
public String getFieldID()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(FieldTypeInfo ti)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |