org.apache.hadoop.hive.metastore.api.GetOpenTxnsResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hive-apache Show documentation
Show all versions of hive-apache Show documentation
Shaded version of Apache Hive for Presto
The newest version!
/**
* 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 io.prestosql.hive.$internal.org.slf4j.Logger;
import io.prestosql.hive.$internal.org.slf4j.LoggerFactory;
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
public class GetOpenTxnsResponse 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("GetOpenTxnsResponse");
private static final org.apache.thrift.protocol.TField TXN_HIGH_WATER_MARK_FIELD_DESC = new org.apache.thrift.protocol.TField("txn_high_water_mark", org.apache.thrift.protocol.TType.I64, (short)1);
private static final org.apache.thrift.protocol.TField OPEN_TXNS_FIELD_DESC = new org.apache.thrift.protocol.TField("open_txns", org.apache.thrift.protocol.TType.LIST, (short)2);
private static final org.apache.thrift.protocol.TField MIN_OPEN_TXN_FIELD_DESC = new org.apache.thrift.protocol.TField("min_open_txn", org.apache.thrift.protocol.TType.I64, (short)3);
private static final org.apache.thrift.protocol.TField ABORTED_BITS_FIELD_DESC = new org.apache.thrift.protocol.TField("abortedBits", org.apache.thrift.protocol.TType.STRING, (short)4);
private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>();
static {
schemes.put(StandardScheme.class, new GetOpenTxnsResponseStandardSchemeFactory());
schemes.put(TupleScheme.class, new GetOpenTxnsResponseTupleSchemeFactory());
}
private long txn_high_water_mark; // required
private List open_txns; // required
private long min_open_txn; // optional
private ByteBuffer abortedBits; // required
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
TXN_HIGH_WATER_MARK((short)1, "txn_high_water_mark"),
OPEN_TXNS((short)2, "open_txns"),
MIN_OPEN_TXN((short)3, "min_open_txn"),
ABORTED_BITS((short)4, "abortedBits");
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: // TXN_HIGH_WATER_MARK
return TXN_HIGH_WATER_MARK;
case 2: // OPEN_TXNS
return OPEN_TXNS;
case 3: // MIN_OPEN_TXN
return MIN_OPEN_TXN;
case 4: // ABORTED_BITS
return ABORTED_BITS;
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 int __TXN_HIGH_WATER_MARK_ISSET_ID = 0;
private static final int __MIN_OPEN_TXN_ISSET_ID = 1;
private byte __isset_bitfield = 0;
private static final _Fields optionals[] = {_Fields.MIN_OPEN_TXN};
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.TXN_HIGH_WATER_MARK, new org.apache.thrift.meta_data.FieldMetaData("txn_high_water_mark", org.apache.thrift.TFieldRequirementType.REQUIRED,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
tmpMap.put(_Fields.OPEN_TXNS, new org.apache.thrift.meta_data.FieldMetaData("open_txns", org.apache.thrift.TFieldRequirementType.REQUIRED,
new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64))));
tmpMap.put(_Fields.MIN_OPEN_TXN, new org.apache.thrift.meta_data.FieldMetaData("min_open_txn", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
tmpMap.put(_Fields.ABORTED_BITS, new org.apache.thrift.meta_data.FieldMetaData("abortedBits", org.apache.thrift.TFieldRequirementType.REQUIRED,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING , true)));
metaDataMap = Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(GetOpenTxnsResponse.class, metaDataMap);
}
public GetOpenTxnsResponse() {
}
public GetOpenTxnsResponse(
long txn_high_water_mark,
List open_txns,
ByteBuffer abortedBits)
{
this();
this.txn_high_water_mark = txn_high_water_mark;
setTxn_high_water_markIsSet(true);
this.open_txns = open_txns;
this.abortedBits = org.apache.thrift.TBaseHelper.copyBinary(abortedBits);
}
/**
* Performs a deep copy on other.
*/
public GetOpenTxnsResponse(GetOpenTxnsResponse other) {
__isset_bitfield = other.__isset_bitfield;
this.txn_high_water_mark = other.txn_high_water_mark;
if (other.isSetOpen_txns()) {
List __this__open_txns = new ArrayList(other.open_txns);
this.open_txns = __this__open_txns;
}
this.min_open_txn = other.min_open_txn;
if (other.isSetAbortedBits()) {
this.abortedBits = org.apache.thrift.TBaseHelper.copyBinary(other.abortedBits);
}
}
public GetOpenTxnsResponse deepCopy() {
return new GetOpenTxnsResponse(this);
}
@Override
public void clear() {
setTxn_high_water_markIsSet(false);
this.txn_high_water_mark = 0;
this.open_txns = null;
setMin_open_txnIsSet(false);
this.min_open_txn = 0;
this.abortedBits = null;
}
public long getTxn_high_water_mark() {
return this.txn_high_water_mark;
}
public void setTxn_high_water_mark(long txn_high_water_mark) {
this.txn_high_water_mark = txn_high_water_mark;
setTxn_high_water_markIsSet(true);
}
public void unsetTxn_high_water_mark() {
__isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __TXN_HIGH_WATER_MARK_ISSET_ID);
}
/** Returns true if field txn_high_water_mark is set (has been assigned a value) and false otherwise */
public boolean isSetTxn_high_water_mark() {
return EncodingUtils.testBit(__isset_bitfield, __TXN_HIGH_WATER_MARK_ISSET_ID);
}
public void setTxn_high_water_markIsSet(boolean value) {
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __TXN_HIGH_WATER_MARK_ISSET_ID, value);
}
public int getOpen_txnsSize() {
return (this.open_txns == null) ? 0 : this.open_txns.size();
}
public java.util.Iterator getOpen_txnsIterator() {
return (this.open_txns == null) ? null : this.open_txns.iterator();
}
public void addToOpen_txns(long elem) {
if (this.open_txns == null) {
this.open_txns = new ArrayList();
}
this.open_txns.add(elem);
}
public List getOpen_txns() {
return this.open_txns;
}
public void setOpen_txns(List open_txns) {
this.open_txns = open_txns;
}
public void unsetOpen_txns() {
this.open_txns = null;
}
/** Returns true if field open_txns is set (has been assigned a value) and false otherwise */
public boolean isSetOpen_txns() {
return this.open_txns != null;
}
public void setOpen_txnsIsSet(boolean value) {
if (!value) {
this.open_txns = null;
}
}
public long getMin_open_txn() {
return this.min_open_txn;
}
public void setMin_open_txn(long min_open_txn) {
this.min_open_txn = min_open_txn;
setMin_open_txnIsSet(true);
}
public void unsetMin_open_txn() {
__isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __MIN_OPEN_TXN_ISSET_ID);
}
/** Returns true if field min_open_txn is set (has been assigned a value) and false otherwise */
public boolean isSetMin_open_txn() {
return EncodingUtils.testBit(__isset_bitfield, __MIN_OPEN_TXN_ISSET_ID);
}
public void setMin_open_txnIsSet(boolean value) {
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __MIN_OPEN_TXN_ISSET_ID, value);
}
public byte[] getAbortedBits() {
setAbortedBits(org.apache.thrift.TBaseHelper.rightSize(abortedBits));
return abortedBits == null ? null : abortedBits.array();
}
public ByteBuffer bufferForAbortedBits() {
return org.apache.thrift.TBaseHelper.copyBinary(abortedBits);
}
public void setAbortedBits(byte[] abortedBits) {
this.abortedBits = abortedBits == null ? (ByteBuffer)null : ByteBuffer.wrap(Arrays.copyOf(abortedBits, abortedBits.length));
}
public void setAbortedBits(ByteBuffer abortedBits) {
this.abortedBits = org.apache.thrift.TBaseHelper.copyBinary(abortedBits);
}
public void unsetAbortedBits() {
this.abortedBits = null;
}
/** Returns true if field abortedBits is set (has been assigned a value) and false otherwise */
public boolean isSetAbortedBits() {
return this.abortedBits != null;
}
public void setAbortedBitsIsSet(boolean value) {
if (!value) {
this.abortedBits = null;
}
}
public void setFieldValue(_Fields field, Object value) {
switch (field) {
case TXN_HIGH_WATER_MARK:
if (value == null) {
unsetTxn_high_water_mark();
} else {
setTxn_high_water_mark((Long)value);
}
break;
case OPEN_TXNS:
if (value == null) {
unsetOpen_txns();
} else {
setOpen_txns((List)value);
}
break;
case MIN_OPEN_TXN:
if (value == null) {
unsetMin_open_txn();
} else {
setMin_open_txn((Long)value);
}
break;
case ABORTED_BITS:
if (value == null) {
unsetAbortedBits();
} else {
setAbortedBits((ByteBuffer)value);
}
break;
}
}
public Object getFieldValue(_Fields field) {
switch (field) {
case TXN_HIGH_WATER_MARK:
return getTxn_high_water_mark();
case OPEN_TXNS:
return getOpen_txns();
case MIN_OPEN_TXN:
return getMin_open_txn();
case ABORTED_BITS:
return getAbortedBits();
}
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 TXN_HIGH_WATER_MARK:
return isSetTxn_high_water_mark();
case OPEN_TXNS:
return isSetOpen_txns();
case MIN_OPEN_TXN:
return isSetMin_open_txn();
case ABORTED_BITS:
return isSetAbortedBits();
}
throw new IllegalStateException();
}
@Override
public boolean equals(Object that) {
if (that == null)
return false;
if (that instanceof GetOpenTxnsResponse)
return this.equals((GetOpenTxnsResponse)that);
return false;
}
public boolean equals(GetOpenTxnsResponse that) {
if (that == null)
return false;
boolean this_present_txn_high_water_mark = true;
boolean that_present_txn_high_water_mark = true;
if (this_present_txn_high_water_mark || that_present_txn_high_water_mark) {
if (!(this_present_txn_high_water_mark && that_present_txn_high_water_mark))
return false;
if (this.txn_high_water_mark != that.txn_high_water_mark)
return false;
}
boolean this_present_open_txns = true && this.isSetOpen_txns();
boolean that_present_open_txns = true && that.isSetOpen_txns();
if (this_present_open_txns || that_present_open_txns) {
if (!(this_present_open_txns && that_present_open_txns))
return false;
if (!this.open_txns.equals(that.open_txns))
return false;
}
boolean this_present_min_open_txn = true && this.isSetMin_open_txn();
boolean that_present_min_open_txn = true && that.isSetMin_open_txn();
if (this_present_min_open_txn || that_present_min_open_txn) {
if (!(this_present_min_open_txn && that_present_min_open_txn))
return false;
if (this.min_open_txn != that.min_open_txn)
return false;
}
boolean this_present_abortedBits = true && this.isSetAbortedBits();
boolean that_present_abortedBits = true && that.isSetAbortedBits();
if (this_present_abortedBits || that_present_abortedBits) {
if (!(this_present_abortedBits && that_present_abortedBits))
return false;
if (!this.abortedBits.equals(that.abortedBits))
return false;
}
return true;
}
@Override
public int hashCode() {
List © 2015 - 2025 Weber Informatics LLC | Privacy Policy