|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.metastore.api.SerDeInfo
public class SerDeInfo
Nested Class Summary | |
---|---|
static class |
SerDeInfo._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static Map<SerDeInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
SerDeInfo()
|
|
SerDeInfo(SerDeInfo other)
Performs a deep copy on other. |
|
SerDeInfo(String name,
String serializationLib,
Map<String,String> parameters)
|
Method Summary | |
---|---|
void |
clear()
|
int |
compareTo(SerDeInfo other)
|
SerDeInfo |
deepCopy()
|
boolean |
equals(Object that)
|
boolean |
equals(SerDeInfo that)
|
SerDeInfo._Fields |
fieldForId(int fieldId)
|
Object |
getFieldValue(SerDeInfo._Fields field)
|
String |
getName()
|
Map<String,String> |
getParameters()
|
int |
getParametersSize()
|
String |
getSerializationLib()
|
int |
hashCode()
|
boolean |
isSet(SerDeInfo._Fields field)
Returns true if field corresponding to fieldID 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 |
isSetParameters()
Returns true if field parameters is set (has been assigned a value) and false otherwise |
boolean |
isSetSerializationLib()
Returns true if field serializationLib is set (has been assigned a value) and false otherwise |
void |
putToParameters(String key,
String val)
|
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setFieldValue(SerDeInfo._Fields field,
Object value)
|
void |
setName(String name)
|
void |
setNameIsSet(boolean value)
|
void |
setParameters(Map<String,String> parameters)
|
void |
setParametersIsSet(boolean value)
|
void |
setSerializationLib(String serializationLib)
|
void |
setSerializationLibIsSet(boolean value)
|
String |
toString()
|
void |
unsetName()
|
void |
unsetParameters()
|
void |
unsetSerializationLib()
|
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<SerDeInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public SerDeInfo()
public SerDeInfo(String name, String serializationLib, Map<String,String> parameters)
public SerDeInfo(SerDeInfo other)
Method Detail |
---|
public SerDeInfo deepCopy()
deepCopy
in interface org.apache.thrift.TBase<SerDeInfo,SerDeInfo._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<SerDeInfo,SerDeInfo._Fields>
public String getName()
public void setName(String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public String getSerializationLib()
public void setSerializationLib(String serializationLib)
public void unsetSerializationLib()
public boolean isSetSerializationLib()
public void setSerializationLibIsSet(boolean value)
public int getParametersSize()
public void putToParameters(String key, String val)
public Map<String,String> getParameters()
public void setParameters(Map<String,String> parameters)
public void unsetParameters()
public boolean isSetParameters()
public void setParametersIsSet(boolean value)
public void setFieldValue(SerDeInfo._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<SerDeInfo,SerDeInfo._Fields>
public Object getFieldValue(SerDeInfo._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<SerDeInfo,SerDeInfo._Fields>
public boolean isSet(SerDeInfo._Fields field)
isSet
in interface org.apache.thrift.TBase<SerDeInfo,SerDeInfo._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(SerDeInfo that)
public int hashCode()
hashCode
in class Object
public int compareTo(SerDeInfo other)
compareTo
in interface Comparable<SerDeInfo>
public SerDeInfo._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<SerDeInfo,SerDeInfo._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<SerDeInfo,SerDeInfo._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<SerDeInfo,SerDeInfo._Fields>
org.apache.thrift.TException
public 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 |