|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.metastore.api.Type
public class Type
| 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 |
|---|
public static final Map<Type._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public Type()
public Type(String name)
public Type(Type other)
| Method Detail |
|---|
public Type deepCopy()
deepCopy in interface org.apache.thrift.TBase<Type,Type._Fields>public void clear()
clear in interface org.apache.thrift.TBase<Type,Type._Fields>public String getName()
public void setName(String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public String getType1()
public void setType1(String type1)
public void unsetType1()
public boolean isSetType1()
public void setType1IsSet(boolean value)
public String getType2()
public void setType2(String type2)
public void unsetType2()
public boolean isSetType2()
public void setType2IsSet(boolean value)
public int getFieldsSize()
public Iterator<FieldSchema> getFieldsIterator()
public void addToFields(FieldSchema elem)
public List<FieldSchema> getFields()
public void setFields(List<FieldSchema> fields)
public void unsetFields()
public boolean isSetFields()
public void setFieldsIsSet(boolean value)
public void setFieldValue(Type._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<Type,Type._Fields>public Object getFieldValue(Type._Fields field)
getFieldValue in interface org.apache.thrift.TBase<Type,Type._Fields>public boolean isSet(Type._Fields field)
isSet in interface org.apache.thrift.TBase<Type,Type._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(Type that)
public int hashCode()
hashCode in class Objectpublic int compareTo(Type other)
compareTo in interface Comparable<Type>public Type._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<Type,Type._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<Type,Type._Fields>org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<Type,Type._Fields>org.apache.thrift.TExceptionpublic String toString()
toString in class Object
public void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||