org.apache.hadoop.hive.metastore.api
Class Type

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.api.Type
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Type>, org.apache.thrift.TBase<Type,Type._Fields>

public class Type
extends Object
implements org.apache.thrift.TBase<Type,Type._Fields>, Serializable, Cloneable

See Also:
Serialized Form

Nested Class Summary
static class Type._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
static Map<Type._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 
Constructor Summary
Type()
           
Type(String name)
           
Type(Type other)
          Performs a deep copy on other.
 
Method Summary
 void addToFields(FieldSchema elem)
           
 void clear()
           
 int compareTo(Type other)
           
 Type deepCopy()
           
 boolean equals(Object that)
           
 boolean equals(Type that)
           
 Type._Fields fieldForId(int fieldId)
           
 List<FieldSchema> getFields()
           
 Iterator<FieldSchema> getFieldsIterator()
           
 int getFieldsSize()
           
 Object getFieldValue(Type._Fields field)
           
 String getName()
           
 String getType1()
           
 String getType2()
           
 int hashCode()
           
 boolean isSet(Type._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 boolean isSetFields()
          Returns true if field fields is set (has been assigned a value) and false otherwise
 boolean isSetName()
          Returns true if field name is set (has been assigned a value) and false otherwise
 boolean isSetType1()
          Returns true if field type1 is set (has been assigned a value) and false otherwise
 boolean isSetType2()
          Returns true if field type2 is set (has been assigned a value) and false otherwise
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 void setFields(List<FieldSchema> fields)
           
 void setFieldsIsSet(boolean value)
           
 void setFieldValue(Type._Fields field, Object value)
           
 void setName(String name)
           
 void setNameIsSet(boolean value)
           
 void setType1(String type1)
           
 void setType1IsSet(boolean value)
           
 void setType2(String type2)
           
 void setType2IsSet(boolean value)
           
 String toString()
           
 void unsetFields()
           
 void unsetName()
           
 void unsetType1()
           
 void unsetType2()
           
 void validate()
           
 void write(org.apache.thrift.protocol.TProtocol oprot)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

metaDataMap

public static final Map<Type._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

Type

public Type()

Type

public Type(String name)

Type

public Type(Type other)
Performs a deep copy on other.

Method Detail

deepCopy

public Type deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<Type,Type._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<Type,Type._Fields>

getName

public String getName()

setName

public void setName(String name)

unsetName

public void unsetName()

isSetName

public boolean isSetName()
Returns true if field name is set (has been assigned a value) and false otherwise


setNameIsSet

public void setNameIsSet(boolean value)

getType1

public String getType1()

setType1

public void setType1(String type1)

unsetType1

public void unsetType1()

isSetType1

public boolean isSetType1()
Returns true if field type1 is set (has been assigned a value) and false otherwise


setType1IsSet

public void setType1IsSet(boolean value)

getType2

public String getType2()

setType2

public void setType2(String type2)

unsetType2

public void unsetType2()

isSetType2

public boolean isSetType2()
Returns true if field type2 is set (has been assigned a value) and false otherwise


setType2IsSet

public void setType2IsSet(boolean value)

getFieldsSize

public int getFieldsSize()

getFieldsIterator

public Iterator<FieldSchema> getFieldsIterator()

addToFields

public void addToFields(FieldSchema elem)

getFields

public List<FieldSchema> getFields()

setFields

public void setFields(List<FieldSchema> fields)

unsetFields

public void unsetFields()

isSetFields

public boolean isSetFields()
Returns true if field fields is set (has been assigned a value) and false otherwise


setFieldsIsSet

public void setFieldsIsSet(boolean value)

setFieldValue

public void setFieldValue(Type._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<Type,Type._Fields>

getFieldValue

public Object getFieldValue(Type._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<Type,Type._Fields>

isSet

public boolean isSet(Type._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

Specified by:
isSet in interface org.apache.thrift.TBase<Type,Type._Fields>

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(Type that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Type other)
Specified by:
compareTo in interface Comparable<Type>

fieldForId

public Type._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<Type,Type._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<Type,Type._Fields>
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Specified by:
write in interface org.apache.thrift.TBase<Type,Type._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2011 The Apache Software Foundation