Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.apache.hadoop.hive.metastore.api.SerDeInfo Maven / Gradle / Ivy
/**
* Autogenerated by Thrift Compiler (0.9.3)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.apache.hadoop.hive.metastore.api;
import org.apache.thrift.scheme.IScheme;
import org.apache.thrift.scheme.SchemeFactory;
import org.apache.thrift.scheme.StandardScheme;
import org.apache.thrift.scheme.TupleScheme;
import org.apache.thrift.protocol.TTupleProtocol;
import org.apache.thrift.protocol.TProtocolException;
import org.apache.thrift.EncodingUtils;
import org.apache.thrift.TException;
import org.apache.thrift.async.AsyncMethodCallback;
import org.apache.thrift.server.AbstractNonblockingServer.*;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
import java.util.EnumMap;
import java.util.Set;
import java.util.HashSet;
import java.util.EnumSet;
import java.util.Collections;
import java.util.BitSet;
import java.nio.ByteBuffer;
import java.util.Arrays;
import javax.annotation.Generated;
import com.facebook.presto.hive.$internal.org.slf4j.Logger;
import com.facebook.presto.hive.$internal.org.slf4j.LoggerFactory;
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
@org.apache.hadoop.classification.InterfaceAudience.Public @org.apache.hadoop.classification.InterfaceStability.Stable public class SerDeInfo implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("SerDeInfo");
private static final org.apache.thrift.protocol.TField NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("name", org.apache.thrift.protocol.TType.STRING, (short)1);
private static final org.apache.thrift.protocol.TField SERIALIZATION_LIB_FIELD_DESC = new org.apache.thrift.protocol.TField("serializationLib", org.apache.thrift.protocol.TType.STRING, (short)2);
private static final org.apache.thrift.protocol.TField PARAMETERS_FIELD_DESC = new org.apache.thrift.protocol.TField("parameters", org.apache.thrift.protocol.TType.MAP, (short)3);
private static final org.apache.thrift.protocol.TField DESCRIPTION_FIELD_DESC = new org.apache.thrift.protocol.TField("description", org.apache.thrift.protocol.TType.STRING, (short)4);
private static final org.apache.thrift.protocol.TField SERIALIZER_CLASS_FIELD_DESC = new org.apache.thrift.protocol.TField("serializerClass", org.apache.thrift.protocol.TType.STRING, (short)5);
private static final org.apache.thrift.protocol.TField DESERIALIZER_CLASS_FIELD_DESC = new org.apache.thrift.protocol.TField("deserializerClass", org.apache.thrift.protocol.TType.STRING, (short)6);
private static final org.apache.thrift.protocol.TField SERDE_TYPE_FIELD_DESC = new org.apache.thrift.protocol.TField("serdeType", org.apache.thrift.protocol.TType.I32, (short)7);
private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>();
static {
schemes.put(StandardScheme.class, new SerDeInfoStandardSchemeFactory());
schemes.put(TupleScheme.class, new SerDeInfoTupleSchemeFactory());
}
private String name; // required
private String serializationLib; // required
private Map parameters; // required
private String description; // optional
private String serializerClass; // optional
private String deserializerClass; // optional
private SerdeType serdeType; // optional
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
NAME((short)1, "name"),
SERIALIZATION_LIB((short)2, "serializationLib"),
PARAMETERS((short)3, "parameters"),
DESCRIPTION((short)4, "description"),
SERIALIZER_CLASS((short)5, "serializerClass"),
DESERIALIZER_CLASS((short)6, "deserializerClass"),
/**
*
* @see SerdeType
*/
SERDE_TYPE((short)7, "serdeType");
private static final Map byName = new HashMap();
static {
for (_Fields field : EnumSet.allOf(_Fields.class)) {
byName.put(field.getFieldName(), field);
}
}
/**
* Find the _Fields constant that matches fieldId, or null if its not found.
*/
public static _Fields findByThriftId(int fieldId) {
switch(fieldId) {
case 1: // NAME
return NAME;
case 2: // SERIALIZATION_LIB
return SERIALIZATION_LIB;
case 3: // PARAMETERS
return PARAMETERS;
case 4: // DESCRIPTION
return DESCRIPTION;
case 5: // SERIALIZER_CLASS
return SERIALIZER_CLASS;
case 6: // DESERIALIZER_CLASS
return DESERIALIZER_CLASS;
case 7: // SERDE_TYPE
return SERDE_TYPE;
default:
return null;
}
}
/**
* Find the _Fields constant that matches fieldId, throwing an exception
* if it is not found.
*/
public static _Fields findByThriftIdOrThrow(int fieldId) {
_Fields fields = findByThriftId(fieldId);
if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
return fields;
}
/**
* Find the _Fields constant that matches name, or null if its not found.
*/
public static _Fields findByName(String name) {
return byName.get(name);
}
private final short _thriftId;
private final String _fieldName;
_Fields(short thriftId, String fieldName) {
_thriftId = thriftId;
_fieldName = fieldName;
}
public short getThriftFieldId() {
return _thriftId;
}
public String getFieldName() {
return _fieldName;
}
}
// isset id assignments
private static final _Fields optionals[] = {_Fields.DESCRIPTION,_Fields.SERIALIZER_CLASS,_Fields.DESERIALIZER_CLASS,_Fields.SERDE_TYPE};
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
static {
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
tmpMap.put(_Fields.NAME, new org.apache.thrift.meta_data.FieldMetaData("name", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.SERIALIZATION_LIB, new org.apache.thrift.meta_data.FieldMetaData("serializationLib", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.PARAMETERS, new org.apache.thrift.meta_data.FieldMetaData("parameters", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING),
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))));
tmpMap.put(_Fields.DESCRIPTION, new org.apache.thrift.meta_data.FieldMetaData("description", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.SERIALIZER_CLASS, new org.apache.thrift.meta_data.FieldMetaData("serializerClass", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.DESERIALIZER_CLASS, new org.apache.thrift.meta_data.FieldMetaData("deserializerClass", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.SERDE_TYPE, new org.apache.thrift.meta_data.FieldMetaData("serdeType", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.EnumMetaData(org.apache.thrift.protocol.TType.ENUM, SerdeType.class)));
metaDataMap = Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(SerDeInfo.class, metaDataMap);
}
public SerDeInfo() {
}
public SerDeInfo(
String name,
String serializationLib,
Map parameters)
{
this();
this.name = org.apache.hadoop.hive.metastore.utils.StringUtils.intern(name);
this.serializationLib = org.apache.hadoop.hive.metastore.utils.StringUtils.intern(serializationLib);
this.parameters = org.apache.hadoop.hive.metastore.utils.StringUtils.intern(parameters);
}
/**
* Performs a deep copy on other .
*/
public SerDeInfo(SerDeInfo other) {
if (other.isSetName()) {
this.name = org.apache.hadoop.hive.metastore.utils.StringUtils.intern(other.name);
}
if (other.isSetSerializationLib()) {
this.serializationLib = org.apache.hadoop.hive.metastore.utils.StringUtils.intern(other.serializationLib);
}
if (other.isSetParameters()) {
Map __this__parameters = new HashMap(other.parameters);
this.parameters = __this__parameters;
}
if (other.isSetDescription()) {
this.description = other.description;
}
if (other.isSetSerializerClass()) {
this.serializerClass = other.serializerClass;
}
if (other.isSetDeserializerClass()) {
this.deserializerClass = other.deserializerClass;
}
if (other.isSetSerdeType()) {
this.serdeType = other.serdeType;
}
}
public SerDeInfo deepCopy() {
return new SerDeInfo(this);
}
@Override
public void clear() {
this.name = null;
this.serializationLib = null;
this.parameters = null;
this.description = null;
this.serializerClass = null;
this.deserializerClass = null;
this.serdeType = null;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = org.apache.hadoop.hive.metastore.utils.StringUtils.intern(name);
}
public void unsetName() {
this.name = null;
}
/** Returns true if field name is set (has been assigned a value) and false otherwise */
public boolean isSetName() {
return this.name != null;
}
public void setNameIsSet(boolean value) {
if (!value) {
this.name = null;
}
}
public String getSerializationLib() {
return this.serializationLib;
}
public void setSerializationLib(String serializationLib) {
this.serializationLib = org.apache.hadoop.hive.metastore.utils.StringUtils.intern(serializationLib);
}
public void unsetSerializationLib() {
this.serializationLib = null;
}
/** Returns true if field serializationLib is set (has been assigned a value) and false otherwise */
public boolean isSetSerializationLib() {
return this.serializationLib != null;
}
public void setSerializationLibIsSet(boolean value) {
if (!value) {
this.serializationLib = null;
}
}
public int getParametersSize() {
return (this.parameters == null) ? 0 : this.parameters.size();
}
public void putToParameters(String key, String val) {
if (this.parameters == null) {
this.parameters = new HashMap();
}
this.parameters.put(org.apache.hadoop.hive.metastore.utils.StringUtils.intern(key), org.apache.hadoop.hive.metastore.utils.StringUtils.intern(val));
}
public Map getParameters() {
return this.parameters;
}
public void setParameters(Map parameters) {
this.parameters = org.apache.hadoop.hive.metastore.utils.StringUtils.intern(parameters);
}
public void unsetParameters() {
this.parameters = null;
}
/** Returns true if field parameters is set (has been assigned a value) and false otherwise */
public boolean isSetParameters() {
return this.parameters != null;
}
public void setParametersIsSet(boolean value) {
if (!value) {
this.parameters = null;
}
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public void unsetDescription() {
this.description = null;
}
/** Returns true if field description is set (has been assigned a value) and false otherwise */
public boolean isSetDescription() {
return this.description != null;
}
public void setDescriptionIsSet(boolean value) {
if (!value) {
this.description = null;
}
}
public String getSerializerClass() {
return this.serializerClass;
}
public void setSerializerClass(String serializerClass) {
this.serializerClass = serializerClass;
}
public void unsetSerializerClass() {
this.serializerClass = null;
}
/** Returns true if field serializerClass is set (has been assigned a value) and false otherwise */
public boolean isSetSerializerClass() {
return this.serializerClass != null;
}
public void setSerializerClassIsSet(boolean value) {
if (!value) {
this.serializerClass = null;
}
}
public String getDeserializerClass() {
return this.deserializerClass;
}
public void setDeserializerClass(String deserializerClass) {
this.deserializerClass = deserializerClass;
}
public void unsetDeserializerClass() {
this.deserializerClass = null;
}
/** Returns true if field deserializerClass is set (has been assigned a value) and false otherwise */
public boolean isSetDeserializerClass() {
return this.deserializerClass != null;
}
public void setDeserializerClassIsSet(boolean value) {
if (!value) {
this.deserializerClass = null;
}
}
/**
*
* @see SerdeType
*/
public SerdeType getSerdeType() {
return this.serdeType;
}
/**
*
* @see SerdeType
*/
public void setSerdeType(SerdeType serdeType) {
this.serdeType = serdeType;
}
public void unsetSerdeType() {
this.serdeType = null;
}
/** Returns true if field serdeType is set (has been assigned a value) and false otherwise */
public boolean isSetSerdeType() {
return this.serdeType != null;
}
public void setSerdeTypeIsSet(boolean value) {
if (!value) {
this.serdeType = null;
}
}
public void setFieldValue(_Fields field, Object value) {
switch (field) {
case NAME:
if (value == null) {
unsetName();
} else {
setName((String)value);
}
break;
case SERIALIZATION_LIB:
if (value == null) {
unsetSerializationLib();
} else {
setSerializationLib((String)value);
}
break;
case PARAMETERS:
if (value == null) {
unsetParameters();
} else {
setParameters((Map)value);
}
break;
case DESCRIPTION:
if (value == null) {
unsetDescription();
} else {
setDescription((String)value);
}
break;
case SERIALIZER_CLASS:
if (value == null) {
unsetSerializerClass();
} else {
setSerializerClass((String)value);
}
break;
case DESERIALIZER_CLASS:
if (value == null) {
unsetDeserializerClass();
} else {
setDeserializerClass((String)value);
}
break;
case SERDE_TYPE:
if (value == null) {
unsetSerdeType();
} else {
setSerdeType((SerdeType)value);
}
break;
}
}
public Object getFieldValue(_Fields field) {
switch (field) {
case NAME:
return getName();
case SERIALIZATION_LIB:
return getSerializationLib();
case PARAMETERS:
return getParameters();
case DESCRIPTION:
return getDescription();
case SERIALIZER_CLASS:
return getSerializerClass();
case DESERIALIZER_CLASS:
return getDeserializerClass();
case SERDE_TYPE:
return getSerdeType();
}
throw new IllegalStateException();
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
public boolean isSet(_Fields field) {
if (field == null) {
throw new IllegalArgumentException();
}
switch (field) {
case NAME:
return isSetName();
case SERIALIZATION_LIB:
return isSetSerializationLib();
case PARAMETERS:
return isSetParameters();
case DESCRIPTION:
return isSetDescription();
case SERIALIZER_CLASS:
return isSetSerializerClass();
case DESERIALIZER_CLASS:
return isSetDeserializerClass();
case SERDE_TYPE:
return isSetSerdeType();
}
throw new IllegalStateException();
}
@Override
public boolean equals(Object that) {
if (that == null)
return false;
if (that instanceof SerDeInfo)
return this.equals((SerDeInfo)that);
return false;
}
public boolean equals(SerDeInfo that) {
if (that == null)
return false;
boolean this_present_name = true && this.isSetName();
boolean that_present_name = true && that.isSetName();
if (this_present_name || that_present_name) {
if (!(this_present_name && that_present_name))
return false;
if (!this.name.equals(that.name))
return false;
}
boolean this_present_serializationLib = true && this.isSetSerializationLib();
boolean that_present_serializationLib = true && that.isSetSerializationLib();
if (this_present_serializationLib || that_present_serializationLib) {
if (!(this_present_serializationLib && that_present_serializationLib))
return false;
if (!this.serializationLib.equals(that.serializationLib))
return false;
}
boolean this_present_parameters = true && this.isSetParameters();
boolean that_present_parameters = true && that.isSetParameters();
if (this_present_parameters || that_present_parameters) {
if (!(this_present_parameters && that_present_parameters))
return false;
if (!this.parameters.equals(that.parameters))
return false;
}
boolean this_present_description = true && this.isSetDescription();
boolean that_present_description = true && that.isSetDescription();
if (this_present_description || that_present_description) {
if (!(this_present_description && that_present_description))
return false;
if (!this.description.equals(that.description))
return false;
}
boolean this_present_serializerClass = true && this.isSetSerializerClass();
boolean that_present_serializerClass = true && that.isSetSerializerClass();
if (this_present_serializerClass || that_present_serializerClass) {
if (!(this_present_serializerClass && that_present_serializerClass))
return false;
if (!this.serializerClass.equals(that.serializerClass))
return false;
}
boolean this_present_deserializerClass = true && this.isSetDeserializerClass();
boolean that_present_deserializerClass = true && that.isSetDeserializerClass();
if (this_present_deserializerClass || that_present_deserializerClass) {
if (!(this_present_deserializerClass && that_present_deserializerClass))
return false;
if (!this.deserializerClass.equals(that.deserializerClass))
return false;
}
boolean this_present_serdeType = true && this.isSetSerdeType();
boolean that_present_serdeType = true && that.isSetSerdeType();
if (this_present_serdeType || that_present_serdeType) {
if (!(this_present_serdeType && that_present_serdeType))
return false;
if (!this.serdeType.equals(that.serdeType))
return false;
}
return true;
}
@Override
public int hashCode() {
List list = new ArrayList();
boolean present_name = true && (isSetName());
list.add(present_name);
if (present_name)
list.add(name);
boolean present_serializationLib = true && (isSetSerializationLib());
list.add(present_serializationLib);
if (present_serializationLib)
list.add(serializationLib);
boolean present_parameters = true && (isSetParameters());
list.add(present_parameters);
if (present_parameters)
list.add(parameters);
boolean present_description = true && (isSetDescription());
list.add(present_description);
if (present_description)
list.add(description);
boolean present_serializerClass = true && (isSetSerializerClass());
list.add(present_serializerClass);
if (present_serializerClass)
list.add(serializerClass);
boolean present_deserializerClass = true && (isSetDeserializerClass());
list.add(present_deserializerClass);
if (present_deserializerClass)
list.add(deserializerClass);
boolean present_serdeType = true && (isSetSerdeType());
list.add(present_serdeType);
if (present_serdeType)
list.add(serdeType.getValue());
return list.hashCode();
}
@Override
public int compareTo(SerDeInfo other) {
if (!getClass().equals(other.getClass())) {
return getClass().getName().compareTo(other.getClass().getName());
}
int lastComparison = 0;
lastComparison = Boolean.valueOf(isSetName()).compareTo(other.isSetName());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetName()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.name, other.name);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = Boolean.valueOf(isSetSerializationLib()).compareTo(other.isSetSerializationLib());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetSerializationLib()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.serializationLib, other.serializationLib);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = Boolean.valueOf(isSetParameters()).compareTo(other.isSetParameters());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetParameters()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.parameters, other.parameters);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = Boolean.valueOf(isSetDescription()).compareTo(other.isSetDescription());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetDescription()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.description, other.description);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = Boolean.valueOf(isSetSerializerClass()).compareTo(other.isSetSerializerClass());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetSerializerClass()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.serializerClass, other.serializerClass);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = Boolean.valueOf(isSetDeserializerClass()).compareTo(other.isSetDeserializerClass());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetDeserializerClass()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.deserializerClass, other.deserializerClass);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = Boolean.valueOf(isSetSerdeType()).compareTo(other.isSetSerdeType());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetSerdeType()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.serdeType, other.serdeType);
if (lastComparison != 0) {
return lastComparison;
}
}
return 0;
}
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
schemes.get(iprot.getScheme()).getScheme().read(iprot, this);
}
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
schemes.get(oprot.getScheme()).getScheme().write(oprot, this);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder("SerDeInfo(");
boolean first = true;
sb.append("name:");
if (this.name == null) {
sb.append("null");
} else {
sb.append(this.name);
}
first = false;
if (!first) sb.append(", ");
sb.append("serializationLib:");
if (this.serializationLib == null) {
sb.append("null");
} else {
sb.append(this.serializationLib);
}
first = false;
if (!first) sb.append(", ");
sb.append("parameters:");
if (this.parameters == null) {
sb.append("null");
} else {
sb.append(this.parameters);
}
first = false;
if (isSetDescription()) {
if (!first) sb.append(", ");
sb.append("description:");
if (this.description == null) {
sb.append("null");
} else {
sb.append(this.description);
}
first = false;
}
if (isSetSerializerClass()) {
if (!first) sb.append(", ");
sb.append("serializerClass:");
if (this.serializerClass == null) {
sb.append("null");
} else {
sb.append(this.serializerClass);
}
first = false;
}
if (isSetDeserializerClass()) {
if (!first) sb.append(", ");
sb.append("deserializerClass:");
if (this.deserializerClass == null) {
sb.append("null");
} else {
sb.append(this.deserializerClass);
}
first = false;
}
if (isSetSerdeType()) {
if (!first) sb.append(", ");
sb.append("serdeType:");
if (this.serdeType == null) {
sb.append("null");
} else {
sb.append(this.serdeType);
}
first = false;
}
sb.append(")");
return sb.toString();
}
public void validate() throws org.apache.thrift.TException {
// check for required fields
// check for sub-struct validity
}
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
try {
write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
} catch (org.apache.thrift.TException te) {
throw new java.io.IOException(te);
}
}
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
try {
read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
} catch (org.apache.thrift.TException te) {
throw new java.io.IOException(te);
}
}
private static class SerDeInfoStandardSchemeFactory implements SchemeFactory {
public SerDeInfoStandardScheme getScheme() {
return new SerDeInfoStandardScheme();
}
}
private static class SerDeInfoStandardScheme extends StandardScheme {
public void read(org.apache.thrift.protocol.TProtocol iprot, SerDeInfo struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
while (true)
{
schemeField = iprot.readFieldBegin();
if (schemeField.type == org.apache.thrift.protocol.TType.STOP) {
break;
}
switch (schemeField.id) {
case 1: // NAME
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.name = iprot.readString();
struct.setNameIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 2: // SERIALIZATION_LIB
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.serializationLib = iprot.readString();
struct.setSerializationLibIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 3: // PARAMETERS
if (schemeField.type == org.apache.thrift.protocol.TType.MAP) {
{
org.apache.thrift.protocol.TMap _map112 = iprot.readMapBegin();
struct.parameters = new HashMap(2*_map112.size);
String _key113;
String _val114;
for (int _i115 = 0; _i115 < _map112.size; ++_i115)
{
_key113 = iprot.readString();
_val114 = iprot.readString();
struct.parameters.put(_key113, _val114);
}
iprot.readMapEnd();
}
struct.parameters = org.apache.hadoop.hive.metastore.utils.StringUtils.intern(struct.parameters); struct.setParametersIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 4: // DESCRIPTION
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.description = iprot.readString();
struct.setDescriptionIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 5: // SERIALIZER_CLASS
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.serializerClass = iprot.readString();
struct.setSerializerClassIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 6: // DESERIALIZER_CLASS
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.deserializerClass = iprot.readString();
struct.setDeserializerClassIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 7: // SERDE_TYPE
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
struct.serdeType = org.apache.hadoop.hive.metastore.api.SerdeType.findByValue(iprot.readI32());
struct.setSerdeTypeIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
default:
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
iprot.readFieldEnd();
}
iprot.readStructEnd();
struct.validate();
}
public void write(org.apache.thrift.protocol.TProtocol oprot, SerDeInfo struct) throws org.apache.thrift.TException {
struct.validate();
oprot.writeStructBegin(STRUCT_DESC);
if (struct.name != null) {
oprot.writeFieldBegin(NAME_FIELD_DESC);
oprot.writeString(struct.name);
oprot.writeFieldEnd();
}
if (struct.serializationLib != null) {
oprot.writeFieldBegin(SERIALIZATION_LIB_FIELD_DESC);
oprot.writeString(struct.serializationLib);
oprot.writeFieldEnd();
}
if (struct.parameters != null) {
oprot.writeFieldBegin(PARAMETERS_FIELD_DESC);
{
oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, struct.parameters.size()));
for (Map.Entry _iter116 : struct.parameters.entrySet())
{
oprot.writeString(_iter116.getKey());
oprot.writeString(_iter116.getValue());
}
oprot.writeMapEnd();
}
oprot.writeFieldEnd();
}
if (struct.description != null) {
if (struct.isSetDescription()) {
oprot.writeFieldBegin(DESCRIPTION_FIELD_DESC);
oprot.writeString(struct.description);
oprot.writeFieldEnd();
}
}
if (struct.serializerClass != null) {
if (struct.isSetSerializerClass()) {
oprot.writeFieldBegin(SERIALIZER_CLASS_FIELD_DESC);
oprot.writeString(struct.serializerClass);
oprot.writeFieldEnd();
}
}
if (struct.deserializerClass != null) {
if (struct.isSetDeserializerClass()) {
oprot.writeFieldBegin(DESERIALIZER_CLASS_FIELD_DESC);
oprot.writeString(struct.deserializerClass);
oprot.writeFieldEnd();
}
}
if (struct.serdeType != null) {
if (struct.isSetSerdeType()) {
oprot.writeFieldBegin(SERDE_TYPE_FIELD_DESC);
oprot.writeI32(struct.serdeType.getValue());
oprot.writeFieldEnd();
}
}
oprot.writeFieldStop();
oprot.writeStructEnd();
}
}
private static class SerDeInfoTupleSchemeFactory implements SchemeFactory {
public SerDeInfoTupleScheme getScheme() {
return new SerDeInfoTupleScheme();
}
}
private static class SerDeInfoTupleScheme extends TupleScheme {
@Override
public void write(org.apache.thrift.protocol.TProtocol prot, SerDeInfo struct) throws org.apache.thrift.TException {
TTupleProtocol oprot = (TTupleProtocol) prot;
BitSet optionals = new BitSet();
if (struct.isSetName()) {
optionals.set(0);
}
if (struct.isSetSerializationLib()) {
optionals.set(1);
}
if (struct.isSetParameters()) {
optionals.set(2);
}
if (struct.isSetDescription()) {
optionals.set(3);
}
if (struct.isSetSerializerClass()) {
optionals.set(4);
}
if (struct.isSetDeserializerClass()) {
optionals.set(5);
}
if (struct.isSetSerdeType()) {
optionals.set(6);
}
oprot.writeBitSet(optionals, 7);
if (struct.isSetName()) {
oprot.writeString(struct.name);
}
if (struct.isSetSerializationLib()) {
oprot.writeString(struct.serializationLib);
}
if (struct.isSetParameters()) {
{
oprot.writeI32(struct.parameters.size());
for (Map.Entry _iter117 : struct.parameters.entrySet())
{
oprot.writeString(_iter117.getKey());
oprot.writeString(_iter117.getValue());
}
}
}
if (struct.isSetDescription()) {
oprot.writeString(struct.description);
}
if (struct.isSetSerializerClass()) {
oprot.writeString(struct.serializerClass);
}
if (struct.isSetDeserializerClass()) {
oprot.writeString(struct.deserializerClass);
}
if (struct.isSetSerdeType()) {
oprot.writeI32(struct.serdeType.getValue());
}
}
@Override
public void read(org.apache.thrift.protocol.TProtocol prot, SerDeInfo struct) throws org.apache.thrift.TException {
TTupleProtocol iprot = (TTupleProtocol) prot;
BitSet incoming = iprot.readBitSet(7);
if (incoming.get(0)) {
struct.name = iprot.readString();
struct.setNameIsSet(true);
}
if (incoming.get(1)) {
struct.serializationLib = iprot.readString();
struct.setSerializationLibIsSet(true);
}
if (incoming.get(2)) {
{
org.apache.thrift.protocol.TMap _map118 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32());
struct.parameters = new HashMap(2*_map118.size);
String _key119;
String _val120;
for (int _i121 = 0; _i121 < _map118.size; ++_i121)
{
_key119 = iprot.readString();
_val120 = iprot.readString();
struct.parameters.put(_key119, _val120);
}
}
struct.parameters = org.apache.hadoop.hive.metastore.utils.StringUtils.intern(struct.parameters); struct.setParametersIsSet(true);
}
if (incoming.get(3)) {
struct.description = iprot.readString();
struct.setDescriptionIsSet(true);
}
if (incoming.get(4)) {
struct.serializerClass = iprot.readString();
struct.setSerializerClassIsSet(true);
}
if (incoming.get(5)) {
struct.deserializerClass = iprot.readString();
struct.setDeserializerClassIsSet(true);
}
if (incoming.get(6)) {
struct.serdeType = org.apache.hadoop.hive.metastore.api.SerdeType.findByValue(iprot.readI32());
struct.setSerdeTypeIsSet(true);
}
}
}
}