org.apache.hadoop.record.meta
Class FieldTypeInfo

java.lang.Object
  extended by org.apache.hadoop.record.meta.FieldTypeInfo

Deprecated. Replaced by Avro.

@Deprecated
@InterfaceAudience.Public
@InterfaceStability.Stable
public class FieldTypeInfo
extends Object

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)
          Deprecated.  
 boolean equals(Object o)
          Deprecated. Two FieldTypeInfos are equal if ach of their fields matches
 String getFieldID()
          Deprecated. get the field's id (name)
 TypeID getTypeID()
          Deprecated. get the field's TypeID object
 int hashCode()
          Deprecated. 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

getTypeID

public TypeID getTypeID()
Deprecated. 
get the field's TypeID object


getFieldID

public String getFieldID()
Deprecated. 
get the field's id (name)


equals

public boolean equals(Object o)
Deprecated. 
Two FieldTypeInfos are equal if ach of their fields matches

Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
We use a basic hashcode implementation, since this class will likely not be used as a hashmap key

Overrides:
hashCode in class Object

equals

public boolean equals(FieldTypeInfo ti)
Deprecated. 


Copyright © 2014 Apache Software Foundation. All Rights Reserved.