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.
/**
* 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.hive.service.rpc.thrift;
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 org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
public class TGetInfoValue extends org.apache.thrift.TUnion {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGetInfoValue");
private static final org.apache.thrift.protocol.TField STRING_VALUE_FIELD_DESC = new org.apache.thrift.protocol.TField("stringValue", org.apache.thrift.protocol.TType.STRING, (short)1);
private static final org.apache.thrift.protocol.TField SMALL_INT_VALUE_FIELD_DESC = new org.apache.thrift.protocol.TField("smallIntValue", org.apache.thrift.protocol.TType.I16, (short)2);
private static final org.apache.thrift.protocol.TField INTEGER_BITMASK_FIELD_DESC = new org.apache.thrift.protocol.TField("integerBitmask", org.apache.thrift.protocol.TType.I32, (short)3);
private static final org.apache.thrift.protocol.TField INTEGER_FLAG_FIELD_DESC = new org.apache.thrift.protocol.TField("integerFlag", org.apache.thrift.protocol.TType.I32, (short)4);
private static final org.apache.thrift.protocol.TField BINARY_VALUE_FIELD_DESC = new org.apache.thrift.protocol.TField("binaryValue", org.apache.thrift.protocol.TType.I32, (short)5);
private static final org.apache.thrift.protocol.TField LEN_VALUE_FIELD_DESC = new org.apache.thrift.protocol.TField("lenValue", org.apache.thrift.protocol.TType.I64, (short)6);
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
STRING_VALUE((short)1, "stringValue"),
SMALL_INT_VALUE((short)2, "smallIntValue"),
INTEGER_BITMASK((short)3, "integerBitmask"),
INTEGER_FLAG((short)4, "integerFlag"),
BINARY_VALUE((short)5, "binaryValue"),
LEN_VALUE((short)6, "lenValue");
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: // STRING_VALUE
return STRING_VALUE;
case 2: // SMALL_INT_VALUE
return SMALL_INT_VALUE;
case 3: // INTEGER_BITMASK
return INTEGER_BITMASK;
case 4: // INTEGER_FLAG
return INTEGER_FLAG;
case 5: // BINARY_VALUE
return BINARY_VALUE;
case 6: // LEN_VALUE
return LEN_VALUE;
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;
}
}
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.STRING_VALUE, new org.apache.thrift.meta_data.FieldMetaData("stringValue", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.SMALL_INT_VALUE, new org.apache.thrift.meta_data.FieldMetaData("smallIntValue", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I16)));
tmpMap.put(_Fields.INTEGER_BITMASK, new org.apache.thrift.meta_data.FieldMetaData("integerBitmask", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
tmpMap.put(_Fields.INTEGER_FLAG, new org.apache.thrift.meta_data.FieldMetaData("integerFlag", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
tmpMap.put(_Fields.BINARY_VALUE, new org.apache.thrift.meta_data.FieldMetaData("binaryValue", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
tmpMap.put(_Fields.LEN_VALUE, new org.apache.thrift.meta_data.FieldMetaData("lenValue", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
metaDataMap = Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TGetInfoValue.class, metaDataMap);
}
public TGetInfoValue() {
super();
}
public TGetInfoValue(_Fields setField, Object value) {
super(setField, value);
}
public TGetInfoValue(TGetInfoValue other) {
super(other);
}
public TGetInfoValue deepCopy() {
return new TGetInfoValue(this);
}
public static TGetInfoValue stringValue(String value) {
TGetInfoValue x = new TGetInfoValue();
x.setStringValue(value);
return x;
}
public static TGetInfoValue smallIntValue(short value) {
TGetInfoValue x = new TGetInfoValue();
x.setSmallIntValue(value);
return x;
}
public static TGetInfoValue integerBitmask(int value) {
TGetInfoValue x = new TGetInfoValue();
x.setIntegerBitmask(value);
return x;
}
public static TGetInfoValue integerFlag(int value) {
TGetInfoValue x = new TGetInfoValue();
x.setIntegerFlag(value);
return x;
}
public static TGetInfoValue binaryValue(int value) {
TGetInfoValue x = new TGetInfoValue();
x.setBinaryValue(value);
return x;
}
public static TGetInfoValue lenValue(long value) {
TGetInfoValue x = new TGetInfoValue();
x.setLenValue(value);
return x;
}
@Override
protected void checkType(_Fields setField, Object value) throws ClassCastException {
switch (setField) {
case STRING_VALUE:
if (value instanceof String) {
break;
}
throw new ClassCastException("Was expecting value of type String for field 'stringValue', but got " + value.getClass().getSimpleName());
case SMALL_INT_VALUE:
if (value instanceof Short) {
break;
}
throw new ClassCastException("Was expecting value of type Short for field 'smallIntValue', but got " + value.getClass().getSimpleName());
case INTEGER_BITMASK:
if (value instanceof Integer) {
break;
}
throw new ClassCastException("Was expecting value of type Integer for field 'integerBitmask', but got " + value.getClass().getSimpleName());
case INTEGER_FLAG:
if (value instanceof Integer) {
break;
}
throw new ClassCastException("Was expecting value of type Integer for field 'integerFlag', but got " + value.getClass().getSimpleName());
case BINARY_VALUE:
if (value instanceof Integer) {
break;
}
throw new ClassCastException("Was expecting value of type Integer for field 'binaryValue', but got " + value.getClass().getSimpleName());
case LEN_VALUE:
if (value instanceof Long) {
break;
}
throw new ClassCastException("Was expecting value of type Long for field 'lenValue', but got " + value.getClass().getSimpleName());
default:
throw new IllegalArgumentException("Unknown field id " + setField);
}
}
@Override
protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException {
_Fields setField = _Fields.findByThriftId(field.id);
if (setField != null) {
switch (setField) {
case STRING_VALUE:
if (field.type == STRING_VALUE_FIELD_DESC.type) {
String stringValue;
stringValue = iprot.readString();
return stringValue;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case SMALL_INT_VALUE:
if (field.type == SMALL_INT_VALUE_FIELD_DESC.type) {
Short smallIntValue;
smallIntValue = iprot.readI16();
return smallIntValue;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case INTEGER_BITMASK:
if (field.type == INTEGER_BITMASK_FIELD_DESC.type) {
Integer integerBitmask;
integerBitmask = iprot.readI32();
return integerBitmask;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case INTEGER_FLAG:
if (field.type == INTEGER_FLAG_FIELD_DESC.type) {
Integer integerFlag;
integerFlag = iprot.readI32();
return integerFlag;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case BINARY_VALUE:
if (field.type == BINARY_VALUE_FIELD_DESC.type) {
Integer binaryValue;
binaryValue = iprot.readI32();
return binaryValue;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case LEN_VALUE:
if (field.type == LEN_VALUE_FIELD_DESC.type) {
Long lenValue;
lenValue = iprot.readI64();
return lenValue;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
default:
throw new IllegalStateException("setField wasn't null, but didn't match any of the case statements!");
}
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
}
@Override
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
switch (setField_) {
case STRING_VALUE:
String stringValue = (String)value_;
oprot.writeString(stringValue);
return;
case SMALL_INT_VALUE:
Short smallIntValue = (Short)value_;
oprot.writeI16(smallIntValue);
return;
case INTEGER_BITMASK:
Integer integerBitmask = (Integer)value_;
oprot.writeI32(integerBitmask);
return;
case INTEGER_FLAG:
Integer integerFlag = (Integer)value_;
oprot.writeI32(integerFlag);
return;
case BINARY_VALUE:
Integer binaryValue = (Integer)value_;
oprot.writeI32(binaryValue);
return;
case LEN_VALUE:
Long lenValue = (Long)value_;
oprot.writeI64(lenValue);
return;
default:
throw new IllegalStateException("Cannot write union with unknown field " + setField_);
}
}
@Override
protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException {
_Fields setField = _Fields.findByThriftId(fieldID);
if (setField != null) {
switch (setField) {
case STRING_VALUE:
String stringValue;
stringValue = iprot.readString();
return stringValue;
case SMALL_INT_VALUE:
Short smallIntValue;
smallIntValue = iprot.readI16();
return smallIntValue;
case INTEGER_BITMASK:
Integer integerBitmask;
integerBitmask = iprot.readI32();
return integerBitmask;
case INTEGER_FLAG:
Integer integerFlag;
integerFlag = iprot.readI32();
return integerFlag;
case BINARY_VALUE:
Integer binaryValue;
binaryValue = iprot.readI32();
return binaryValue;
case LEN_VALUE:
Long lenValue;
lenValue = iprot.readI64();
return lenValue;
default:
throw new IllegalStateException("setField wasn't null, but didn't match any of the case statements!");
}
} else {
throw new TProtocolException("Couldn't find a field with field id " + fieldID);
}
}
@Override
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
switch (setField_) {
case STRING_VALUE:
String stringValue = (String)value_;
oprot.writeString(stringValue);
return;
case SMALL_INT_VALUE:
Short smallIntValue = (Short)value_;
oprot.writeI16(smallIntValue);
return;
case INTEGER_BITMASK:
Integer integerBitmask = (Integer)value_;
oprot.writeI32(integerBitmask);
return;
case INTEGER_FLAG:
Integer integerFlag = (Integer)value_;
oprot.writeI32(integerFlag);
return;
case BINARY_VALUE:
Integer binaryValue = (Integer)value_;
oprot.writeI32(binaryValue);
return;
case LEN_VALUE:
Long lenValue = (Long)value_;
oprot.writeI64(lenValue);
return;
default:
throw new IllegalStateException("Cannot write union with unknown field " + setField_);
}
}
@Override
protected org.apache.thrift.protocol.TField getFieldDesc(_Fields setField) {
switch (setField) {
case STRING_VALUE:
return STRING_VALUE_FIELD_DESC;
case SMALL_INT_VALUE:
return SMALL_INT_VALUE_FIELD_DESC;
case INTEGER_BITMASK:
return INTEGER_BITMASK_FIELD_DESC;
case INTEGER_FLAG:
return INTEGER_FLAG_FIELD_DESC;
case BINARY_VALUE:
return BINARY_VALUE_FIELD_DESC;
case LEN_VALUE:
return LEN_VALUE_FIELD_DESC;
default:
throw new IllegalArgumentException("Unknown field id " + setField);
}
}
@Override
protected org.apache.thrift.protocol.TStruct getStructDesc() {
return STRUCT_DESC;
}
@Override
protected _Fields enumForId(short id) {
return _Fields.findByThriftIdOrThrow(id);
}
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
public String getStringValue() {
if (getSetField() == _Fields.STRING_VALUE) {
return (String)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'stringValue' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setStringValue(String value) {
if (value == null) throw new NullPointerException();
setField_ = _Fields.STRING_VALUE;
value_ = value;
}
public short getSmallIntValue() {
if (getSetField() == _Fields.SMALL_INT_VALUE) {
return (Short)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'smallIntValue' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setSmallIntValue(short value) {
setField_ = _Fields.SMALL_INT_VALUE;
value_ = value;
}
public int getIntegerBitmask() {
if (getSetField() == _Fields.INTEGER_BITMASK) {
return (Integer)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'integerBitmask' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setIntegerBitmask(int value) {
setField_ = _Fields.INTEGER_BITMASK;
value_ = value;
}
public int getIntegerFlag() {
if (getSetField() == _Fields.INTEGER_FLAG) {
return (Integer)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'integerFlag' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setIntegerFlag(int value) {
setField_ = _Fields.INTEGER_FLAG;
value_ = value;
}
public int getBinaryValue() {
if (getSetField() == _Fields.BINARY_VALUE) {
return (Integer)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'binaryValue' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setBinaryValue(int value) {
setField_ = _Fields.BINARY_VALUE;
value_ = value;
}
public long getLenValue() {
if (getSetField() == _Fields.LEN_VALUE) {
return (Long)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'lenValue' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setLenValue(long value) {
setField_ = _Fields.LEN_VALUE;
value_ = value;
}
public boolean isSetStringValue() {
return setField_ == _Fields.STRING_VALUE;
}
public boolean isSetSmallIntValue() {
return setField_ == _Fields.SMALL_INT_VALUE;
}
public boolean isSetIntegerBitmask() {
return setField_ == _Fields.INTEGER_BITMASK;
}
public boolean isSetIntegerFlag() {
return setField_ == _Fields.INTEGER_FLAG;
}
public boolean isSetBinaryValue() {
return setField_ == _Fields.BINARY_VALUE;
}
public boolean isSetLenValue() {
return setField_ == _Fields.LEN_VALUE;
}
public boolean equals(Object other) {
if (other instanceof TGetInfoValue) {
return equals((TGetInfoValue)other);
} else {
return false;
}
}
public boolean equals(TGetInfoValue other) {
return other != null && getSetField() == other.getSetField() && getFieldValue().equals(other.getFieldValue());
}
@Override
public int compareTo(TGetInfoValue other) {
int lastComparison = org.apache.thrift.TBaseHelper.compareTo(getSetField(), other.getSetField());
if (lastComparison == 0) {
return org.apache.thrift.TBaseHelper.compareTo(getFieldValue(), other.getFieldValue());
}
return lastComparison;
}
@Override
public int hashCode() {
List