All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.iotdb.mpp.rpc.thrift.TNewDataBlockEvent Maven / Gradle / Ivy

The newest version!
/**
 * Autogenerated by Thrift Compiler (0.14.1)
 *
 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 *  @generated
 */
package org.apache.iotdb.mpp.rpc.thrift;

@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.14.1)", date = "2023-04-20")
public class TNewDataBlockEvent 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("TNewDataBlockEvent");

  private static final org.apache.thrift.protocol.TField TARGET_FRAGMENT_INSTANCE_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("targetFragmentInstanceId", org.apache.thrift.protocol.TType.STRUCT, (short)1);
  private static final org.apache.thrift.protocol.TField TARGET_PLAN_NODE_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("targetPlanNodeId", org.apache.thrift.protocol.TType.STRING, (short)2);
  private static final org.apache.thrift.protocol.TField SOURCE_FRAGMENT_INSTANCE_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("sourceFragmentInstanceId", org.apache.thrift.protocol.TType.STRUCT, (short)3);
  private static final org.apache.thrift.protocol.TField START_SEQUENCE_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("startSequenceId", org.apache.thrift.protocol.TType.I32, (short)4);
  private static final org.apache.thrift.protocol.TField BLOCK_SIZES_FIELD_DESC = new org.apache.thrift.protocol.TField("blockSizes", org.apache.thrift.protocol.TType.LIST, (short)5);

  private static final org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY = new TNewDataBlockEventStandardSchemeFactory();
  private static final org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY = new TNewDataBlockEventTupleSchemeFactory();

  public @org.apache.thrift.annotation.Nullable TFragmentInstanceId targetFragmentInstanceId; // required
  public @org.apache.thrift.annotation.Nullable java.lang.String targetPlanNodeId; // required
  public @org.apache.thrift.annotation.Nullable TFragmentInstanceId sourceFragmentInstanceId; // required
  public int startSequenceId; // required
  public @org.apache.thrift.annotation.Nullable java.util.List blockSizes; // 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 {
    TARGET_FRAGMENT_INSTANCE_ID((short)1, "targetFragmentInstanceId"),
    TARGET_PLAN_NODE_ID((short)2, "targetPlanNodeId"),
    SOURCE_FRAGMENT_INSTANCE_ID((short)3, "sourceFragmentInstanceId"),
    START_SEQUENCE_ID((short)4, "startSequenceId"),
    BLOCK_SIZES((short)5, "blockSizes");

    private static final java.util.Map byName = new java.util.HashMap();

    static {
      for (_Fields field : java.util.EnumSet.allOf(_Fields.class)) {
        byName.put(field.getFieldName(), field);
      }
    }

    /**
     * Find the _Fields constant that matches fieldId, or null if its not found.
     */
    @org.apache.thrift.annotation.Nullable
    public static _Fields findByThriftId(int fieldId) {
      switch(fieldId) {
        case 1: // TARGET_FRAGMENT_INSTANCE_ID
          return TARGET_FRAGMENT_INSTANCE_ID;
        case 2: // TARGET_PLAN_NODE_ID
          return TARGET_PLAN_NODE_ID;
        case 3: // SOURCE_FRAGMENT_INSTANCE_ID
          return SOURCE_FRAGMENT_INSTANCE_ID;
        case 4: // START_SEQUENCE_ID
          return START_SEQUENCE_ID;
        case 5: // BLOCK_SIZES
          return BLOCK_SIZES;
        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 java.lang.IllegalArgumentException("Field " + fieldId + " doesn't exist!");
      return fields;
    }

    /**
     * Find the _Fields constant that matches name, or null if its not found.
     */
    @org.apache.thrift.annotation.Nullable
    public static _Fields findByName(java.lang.String name) {
      return byName.get(name);
    }

    private final short _thriftId;
    private final java.lang.String _fieldName;

    _Fields(short thriftId, java.lang.String fieldName) {
      _thriftId = thriftId;
      _fieldName = fieldName;
    }

    public short getThriftFieldId() {
      return _thriftId;
    }

    public java.lang.String getFieldName() {
      return _fieldName;
    }
  }

  // isset id assignments
  private static final int __STARTSEQUENCEID_ISSET_ID = 0;
  private byte __isset_bitfield = 0;
  public static final java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
  static {
    java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new java.util.EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
    tmpMap.put(_Fields.TARGET_FRAGMENT_INSTANCE_ID, new org.apache.thrift.meta_data.FieldMetaData("targetFragmentInstanceId", org.apache.thrift.TFieldRequirementType.REQUIRED, 
        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, TFragmentInstanceId.class)));
    tmpMap.put(_Fields.TARGET_PLAN_NODE_ID, new org.apache.thrift.meta_data.FieldMetaData("targetPlanNodeId", org.apache.thrift.TFieldRequirementType.REQUIRED, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
    tmpMap.put(_Fields.SOURCE_FRAGMENT_INSTANCE_ID, new org.apache.thrift.meta_data.FieldMetaData("sourceFragmentInstanceId", org.apache.thrift.TFieldRequirementType.REQUIRED, 
        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, TFragmentInstanceId.class)));
    tmpMap.put(_Fields.START_SEQUENCE_ID, new org.apache.thrift.meta_data.FieldMetaData("startSequenceId", org.apache.thrift.TFieldRequirementType.REQUIRED, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
    tmpMap.put(_Fields.BLOCK_SIZES, new org.apache.thrift.meta_data.FieldMetaData("blockSizes", 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))));
    metaDataMap = java.util.Collections.unmodifiableMap(tmpMap);
    org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TNewDataBlockEvent.class, metaDataMap);
  }

  public TNewDataBlockEvent() {
  }

  public TNewDataBlockEvent(
    TFragmentInstanceId targetFragmentInstanceId,
    java.lang.String targetPlanNodeId,
    TFragmentInstanceId sourceFragmentInstanceId,
    int startSequenceId,
    java.util.List blockSizes)
  {
    this();
    this.targetFragmentInstanceId = targetFragmentInstanceId;
    this.targetPlanNodeId = targetPlanNodeId;
    this.sourceFragmentInstanceId = sourceFragmentInstanceId;
    this.startSequenceId = startSequenceId;
    setStartSequenceIdIsSet(true);
    this.blockSizes = blockSizes;
  }

  /**
   * Performs a deep copy on other.
   */
  public TNewDataBlockEvent(TNewDataBlockEvent other) {
    __isset_bitfield = other.__isset_bitfield;
    if (other.isSetTargetFragmentInstanceId()) {
      this.targetFragmentInstanceId = new TFragmentInstanceId(other.targetFragmentInstanceId);
    }
    if (other.isSetTargetPlanNodeId()) {
      this.targetPlanNodeId = other.targetPlanNodeId;
    }
    if (other.isSetSourceFragmentInstanceId()) {
      this.sourceFragmentInstanceId = new TFragmentInstanceId(other.sourceFragmentInstanceId);
    }
    this.startSequenceId = other.startSequenceId;
    if (other.isSetBlockSizes()) {
      java.util.List __this__blockSizes = new java.util.ArrayList(other.blockSizes);
      this.blockSizes = __this__blockSizes;
    }
  }

  public TNewDataBlockEvent deepCopy() {
    return new TNewDataBlockEvent(this);
  }

  @Override
  public void clear() {
    this.targetFragmentInstanceId = null;
    this.targetPlanNodeId = null;
    this.sourceFragmentInstanceId = null;
    setStartSequenceIdIsSet(false);
    this.startSequenceId = 0;
    this.blockSizes = null;
  }

  @org.apache.thrift.annotation.Nullable
  public TFragmentInstanceId getTargetFragmentInstanceId() {
    return this.targetFragmentInstanceId;
  }

  public TNewDataBlockEvent setTargetFragmentInstanceId(@org.apache.thrift.annotation.Nullable TFragmentInstanceId targetFragmentInstanceId) {
    this.targetFragmentInstanceId = targetFragmentInstanceId;
    return this;
  }

  public void unsetTargetFragmentInstanceId() {
    this.targetFragmentInstanceId = null;
  }

  /** Returns true if field targetFragmentInstanceId is set (has been assigned a value) and false otherwise */
  public boolean isSetTargetFragmentInstanceId() {
    return this.targetFragmentInstanceId != null;
  }

  public void setTargetFragmentInstanceIdIsSet(boolean value) {
    if (!value) {
      this.targetFragmentInstanceId = null;
    }
  }

  @org.apache.thrift.annotation.Nullable
  public java.lang.String getTargetPlanNodeId() {
    return this.targetPlanNodeId;
  }

  public TNewDataBlockEvent setTargetPlanNodeId(@org.apache.thrift.annotation.Nullable java.lang.String targetPlanNodeId) {
    this.targetPlanNodeId = targetPlanNodeId;
    return this;
  }

  public void unsetTargetPlanNodeId() {
    this.targetPlanNodeId = null;
  }

  /** Returns true if field targetPlanNodeId is set (has been assigned a value) and false otherwise */
  public boolean isSetTargetPlanNodeId() {
    return this.targetPlanNodeId != null;
  }

  public void setTargetPlanNodeIdIsSet(boolean value) {
    if (!value) {
      this.targetPlanNodeId = null;
    }
  }

  @org.apache.thrift.annotation.Nullable
  public TFragmentInstanceId getSourceFragmentInstanceId() {
    return this.sourceFragmentInstanceId;
  }

  public TNewDataBlockEvent setSourceFragmentInstanceId(@org.apache.thrift.annotation.Nullable TFragmentInstanceId sourceFragmentInstanceId) {
    this.sourceFragmentInstanceId = sourceFragmentInstanceId;
    return this;
  }

  public void unsetSourceFragmentInstanceId() {
    this.sourceFragmentInstanceId = null;
  }

  /** Returns true if field sourceFragmentInstanceId is set (has been assigned a value) and false otherwise */
  public boolean isSetSourceFragmentInstanceId() {
    return this.sourceFragmentInstanceId != null;
  }

  public void setSourceFragmentInstanceIdIsSet(boolean value) {
    if (!value) {
      this.sourceFragmentInstanceId = null;
    }
  }

  public int getStartSequenceId() {
    return this.startSequenceId;
  }

  public TNewDataBlockEvent setStartSequenceId(int startSequenceId) {
    this.startSequenceId = startSequenceId;
    setStartSequenceIdIsSet(true);
    return this;
  }

  public void unsetStartSequenceId() {
    __isset_bitfield = org.apache.thrift.EncodingUtils.clearBit(__isset_bitfield, __STARTSEQUENCEID_ISSET_ID);
  }

  /** Returns true if field startSequenceId is set (has been assigned a value) and false otherwise */
  public boolean isSetStartSequenceId() {
    return org.apache.thrift.EncodingUtils.testBit(__isset_bitfield, __STARTSEQUENCEID_ISSET_ID);
  }

  public void setStartSequenceIdIsSet(boolean value) {
    __isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __STARTSEQUENCEID_ISSET_ID, value);
  }

  public int getBlockSizesSize() {
    return (this.blockSizes == null) ? 0 : this.blockSizes.size();
  }

  @org.apache.thrift.annotation.Nullable
  public java.util.Iterator getBlockSizesIterator() {
    return (this.blockSizes == null) ? null : this.blockSizes.iterator();
  }

  public void addToBlockSizes(long elem) {
    if (this.blockSizes == null) {
      this.blockSizes = new java.util.ArrayList();
    }
    this.blockSizes.add(elem);
  }

  @org.apache.thrift.annotation.Nullable
  public java.util.List getBlockSizes() {
    return this.blockSizes;
  }

  public TNewDataBlockEvent setBlockSizes(@org.apache.thrift.annotation.Nullable java.util.List blockSizes) {
    this.blockSizes = blockSizes;
    return this;
  }

  public void unsetBlockSizes() {
    this.blockSizes = null;
  }

  /** Returns true if field blockSizes is set (has been assigned a value) and false otherwise */
  public boolean isSetBlockSizes() {
    return this.blockSizes != null;
  }

  public void setBlockSizesIsSet(boolean value) {
    if (!value) {
      this.blockSizes = null;
    }
  }

  public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
    switch (field) {
    case TARGET_FRAGMENT_INSTANCE_ID:
      if (value == null) {
        unsetTargetFragmentInstanceId();
      } else {
        setTargetFragmentInstanceId((TFragmentInstanceId)value);
      }
      break;

    case TARGET_PLAN_NODE_ID:
      if (value == null) {
        unsetTargetPlanNodeId();
      } else {
        setTargetPlanNodeId((java.lang.String)value);
      }
      break;

    case SOURCE_FRAGMENT_INSTANCE_ID:
      if (value == null) {
        unsetSourceFragmentInstanceId();
      } else {
        setSourceFragmentInstanceId((TFragmentInstanceId)value);
      }
      break;

    case START_SEQUENCE_ID:
      if (value == null) {
        unsetStartSequenceId();
      } else {
        setStartSequenceId((java.lang.Integer)value);
      }
      break;

    case BLOCK_SIZES:
      if (value == null) {
        unsetBlockSizes();
      } else {
        setBlockSizes((java.util.List)value);
      }
      break;

    }
  }

  @org.apache.thrift.annotation.Nullable
  public java.lang.Object getFieldValue(_Fields field) {
    switch (field) {
    case TARGET_FRAGMENT_INSTANCE_ID:
      return getTargetFragmentInstanceId();

    case TARGET_PLAN_NODE_ID:
      return getTargetPlanNodeId();

    case SOURCE_FRAGMENT_INSTANCE_ID:
      return getSourceFragmentInstanceId();

    case START_SEQUENCE_ID:
      return getStartSequenceId();

    case BLOCK_SIZES:
      return getBlockSizes();

    }
    throw new java.lang.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 java.lang.IllegalArgumentException();
    }

    switch (field) {
    case TARGET_FRAGMENT_INSTANCE_ID:
      return isSetTargetFragmentInstanceId();
    case TARGET_PLAN_NODE_ID:
      return isSetTargetPlanNodeId();
    case SOURCE_FRAGMENT_INSTANCE_ID:
      return isSetSourceFragmentInstanceId();
    case START_SEQUENCE_ID:
      return isSetStartSequenceId();
    case BLOCK_SIZES:
      return isSetBlockSizes();
    }
    throw new java.lang.IllegalStateException();
  }

  @Override
  public boolean equals(java.lang.Object that) {
    if (that instanceof TNewDataBlockEvent)
      return this.equals((TNewDataBlockEvent)that);
    return false;
  }

  public boolean equals(TNewDataBlockEvent that) {
    if (that == null)
      return false;
    if (this == that)
      return true;

    boolean this_present_targetFragmentInstanceId = true && this.isSetTargetFragmentInstanceId();
    boolean that_present_targetFragmentInstanceId = true && that.isSetTargetFragmentInstanceId();
    if (this_present_targetFragmentInstanceId || that_present_targetFragmentInstanceId) {
      if (!(this_present_targetFragmentInstanceId && that_present_targetFragmentInstanceId))
        return false;
      if (!this.targetFragmentInstanceId.equals(that.targetFragmentInstanceId))
        return false;
    }

    boolean this_present_targetPlanNodeId = true && this.isSetTargetPlanNodeId();
    boolean that_present_targetPlanNodeId = true && that.isSetTargetPlanNodeId();
    if (this_present_targetPlanNodeId || that_present_targetPlanNodeId) {
      if (!(this_present_targetPlanNodeId && that_present_targetPlanNodeId))
        return false;
      if (!this.targetPlanNodeId.equals(that.targetPlanNodeId))
        return false;
    }

    boolean this_present_sourceFragmentInstanceId = true && this.isSetSourceFragmentInstanceId();
    boolean that_present_sourceFragmentInstanceId = true && that.isSetSourceFragmentInstanceId();
    if (this_present_sourceFragmentInstanceId || that_present_sourceFragmentInstanceId) {
      if (!(this_present_sourceFragmentInstanceId && that_present_sourceFragmentInstanceId))
        return false;
      if (!this.sourceFragmentInstanceId.equals(that.sourceFragmentInstanceId))
        return false;
    }

    boolean this_present_startSequenceId = true;
    boolean that_present_startSequenceId = true;
    if (this_present_startSequenceId || that_present_startSequenceId) {
      if (!(this_present_startSequenceId && that_present_startSequenceId))
        return false;
      if (this.startSequenceId != that.startSequenceId)
        return false;
    }

    boolean this_present_blockSizes = true && this.isSetBlockSizes();
    boolean that_present_blockSizes = true && that.isSetBlockSizes();
    if (this_present_blockSizes || that_present_blockSizes) {
      if (!(this_present_blockSizes && that_present_blockSizes))
        return false;
      if (!this.blockSizes.equals(that.blockSizes))
        return false;
    }

    return true;
  }

  @Override
  public int hashCode() {
    int hashCode = 1;

    hashCode = hashCode * 8191 + ((isSetTargetFragmentInstanceId()) ? 131071 : 524287);
    if (isSetTargetFragmentInstanceId())
      hashCode = hashCode * 8191 + targetFragmentInstanceId.hashCode();

    hashCode = hashCode * 8191 + ((isSetTargetPlanNodeId()) ? 131071 : 524287);
    if (isSetTargetPlanNodeId())
      hashCode = hashCode * 8191 + targetPlanNodeId.hashCode();

    hashCode = hashCode * 8191 + ((isSetSourceFragmentInstanceId()) ? 131071 : 524287);
    if (isSetSourceFragmentInstanceId())
      hashCode = hashCode * 8191 + sourceFragmentInstanceId.hashCode();

    hashCode = hashCode * 8191 + startSequenceId;

    hashCode = hashCode * 8191 + ((isSetBlockSizes()) ? 131071 : 524287);
    if (isSetBlockSizes())
      hashCode = hashCode * 8191 + blockSizes.hashCode();

    return hashCode;
  }

  @Override
  public int compareTo(TNewDataBlockEvent other) {
    if (!getClass().equals(other.getClass())) {
      return getClass().getName().compareTo(other.getClass().getName());
    }

    int lastComparison = 0;

    lastComparison = java.lang.Boolean.compare(isSetTargetFragmentInstanceId(), other.isSetTargetFragmentInstanceId());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetTargetFragmentInstanceId()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.targetFragmentInstanceId, other.targetFragmentInstanceId);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = java.lang.Boolean.compare(isSetTargetPlanNodeId(), other.isSetTargetPlanNodeId());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetTargetPlanNodeId()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.targetPlanNodeId, other.targetPlanNodeId);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = java.lang.Boolean.compare(isSetSourceFragmentInstanceId(), other.isSetSourceFragmentInstanceId());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetSourceFragmentInstanceId()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.sourceFragmentInstanceId, other.sourceFragmentInstanceId);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = java.lang.Boolean.compare(isSetStartSequenceId(), other.isSetStartSequenceId());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetStartSequenceId()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.startSequenceId, other.startSequenceId);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = java.lang.Boolean.compare(isSetBlockSizes(), other.isSetBlockSizes());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetBlockSizes()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.blockSizes, other.blockSizes);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    return 0;
  }

  @org.apache.thrift.annotation.Nullable
  public _Fields fieldForId(int fieldId) {
    return _Fields.findByThriftId(fieldId);
  }

  public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
    scheme(iprot).read(iprot, this);
  }

  public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
    scheme(oprot).write(oprot, this);
  }

  @Override
  public java.lang.String toString() {
    java.lang.StringBuilder sb = new java.lang.StringBuilder("TNewDataBlockEvent(");
    boolean first = true;

    sb.append("targetFragmentInstanceId:");
    if (this.targetFragmentInstanceId == null) {
      sb.append("null");
    } else {
      sb.append(this.targetFragmentInstanceId);
    }
    first = false;
    if (!first) sb.append(", ");
    sb.append("targetPlanNodeId:");
    if (this.targetPlanNodeId == null) {
      sb.append("null");
    } else {
      sb.append(this.targetPlanNodeId);
    }
    first = false;
    if (!first) sb.append(", ");
    sb.append("sourceFragmentInstanceId:");
    if (this.sourceFragmentInstanceId == null) {
      sb.append("null");
    } else {
      sb.append(this.sourceFragmentInstanceId);
    }
    first = false;
    if (!first) sb.append(", ");
    sb.append("startSequenceId:");
    sb.append(this.startSequenceId);
    first = false;
    if (!first) sb.append(", ");
    sb.append("blockSizes:");
    if (this.blockSizes == null) {
      sb.append("null");
    } else {
      sb.append(this.blockSizes);
    }
    first = false;
    sb.append(")");
    return sb.toString();
  }

  public void validate() throws org.apache.thrift.TException {
    // check for required fields
    if (targetFragmentInstanceId == null) {
      throw new org.apache.thrift.protocol.TProtocolException("Required field 'targetFragmentInstanceId' was not present! Struct: " + toString());
    }
    if (targetPlanNodeId == null) {
      throw new org.apache.thrift.protocol.TProtocolException("Required field 'targetPlanNodeId' was not present! Struct: " + toString());
    }
    if (sourceFragmentInstanceId == null) {
      throw new org.apache.thrift.protocol.TProtocolException("Required field 'sourceFragmentInstanceId' was not present! Struct: " + toString());
    }
    // alas, we cannot check 'startSequenceId' because it's a primitive and you chose the non-beans generator.
    if (blockSizes == null) {
      throw new org.apache.thrift.protocol.TProtocolException("Required field 'blockSizes' was not present! Struct: " + toString());
    }
    // check for sub-struct validity
    if (targetFragmentInstanceId != null) {
      targetFragmentInstanceId.validate();
    }
    if (sourceFragmentInstanceId != null) {
      sourceFragmentInstanceId.validate();
    }
  }

  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, java.lang.ClassNotFoundException {
    try {
      // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
      __isset_bitfield = 0;
      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 TNewDataBlockEventStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
    public TNewDataBlockEventStandardScheme getScheme() {
      return new TNewDataBlockEventStandardScheme();
    }
  }

  private static class TNewDataBlockEventStandardScheme extends org.apache.thrift.scheme.StandardScheme {

    public void read(org.apache.thrift.protocol.TProtocol iprot, TNewDataBlockEvent 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: // TARGET_FRAGMENT_INSTANCE_ID
            if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) {
              struct.targetFragmentInstanceId = new TFragmentInstanceId();
              struct.targetFragmentInstanceId.read(iprot);
              struct.setTargetFragmentInstanceIdIsSet(true);
            } else { 
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
            }
            break;
          case 2: // TARGET_PLAN_NODE_ID
            if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
              struct.targetPlanNodeId = iprot.readString();
              struct.setTargetPlanNodeIdIsSet(true);
            } else { 
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
            }
            break;
          case 3: // SOURCE_FRAGMENT_INSTANCE_ID
            if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) {
              struct.sourceFragmentInstanceId = new TFragmentInstanceId();
              struct.sourceFragmentInstanceId.read(iprot);
              struct.setSourceFragmentInstanceIdIsSet(true);
            } else { 
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
            }
            break;
          case 4: // START_SEQUENCE_ID
            if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
              struct.startSequenceId = iprot.readI32();
              struct.setStartSequenceIdIsSet(true);
            } else { 
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
            }
            break;
          case 5: // BLOCK_SIZES
            if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
              {
                org.apache.thrift.protocol.TList _list16 = iprot.readListBegin();
                struct.blockSizes = new java.util.ArrayList(_list16.size);
                long _elem17;
                for (int _i18 = 0; _i18 < _list16.size; ++_i18)
                {
                  _elem17 = iprot.readI64();
                  struct.blockSizes.add(_elem17);
                }
                iprot.readListEnd();
              }
              struct.setBlockSizesIsSet(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();

      // check for required fields of primitive type, which can't be checked in the validate method
      if (!struct.isSetStartSequenceId()) {
        throw new org.apache.thrift.protocol.TProtocolException("Required field 'startSequenceId' was not found in serialized data! Struct: " + toString());
      }
      struct.validate();
    }

    public void write(org.apache.thrift.protocol.TProtocol oprot, TNewDataBlockEvent struct) throws org.apache.thrift.TException {
      struct.validate();

      oprot.writeStructBegin(STRUCT_DESC);
      if (struct.targetFragmentInstanceId != null) {
        oprot.writeFieldBegin(TARGET_FRAGMENT_INSTANCE_ID_FIELD_DESC);
        struct.targetFragmentInstanceId.write(oprot);
        oprot.writeFieldEnd();
      }
      if (struct.targetPlanNodeId != null) {
        oprot.writeFieldBegin(TARGET_PLAN_NODE_ID_FIELD_DESC);
        oprot.writeString(struct.targetPlanNodeId);
        oprot.writeFieldEnd();
      }
      if (struct.sourceFragmentInstanceId != null) {
        oprot.writeFieldBegin(SOURCE_FRAGMENT_INSTANCE_ID_FIELD_DESC);
        struct.sourceFragmentInstanceId.write(oprot);
        oprot.writeFieldEnd();
      }
      oprot.writeFieldBegin(START_SEQUENCE_ID_FIELD_DESC);
      oprot.writeI32(struct.startSequenceId);
      oprot.writeFieldEnd();
      if (struct.blockSizes != null) {
        oprot.writeFieldBegin(BLOCK_SIZES_FIELD_DESC);
        {
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, struct.blockSizes.size()));
          for (long _iter19 : struct.blockSizes)
          {
            oprot.writeI64(_iter19);
          }
          oprot.writeListEnd();
        }
        oprot.writeFieldEnd();
      }
      oprot.writeFieldStop();
      oprot.writeStructEnd();
    }

  }

  private static class TNewDataBlockEventTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
    public TNewDataBlockEventTupleScheme getScheme() {
      return new TNewDataBlockEventTupleScheme();
    }
  }

  private static class TNewDataBlockEventTupleScheme extends org.apache.thrift.scheme.TupleScheme {

    @Override
    public void write(org.apache.thrift.protocol.TProtocol prot, TNewDataBlockEvent struct) throws org.apache.thrift.TException {
      org.apache.thrift.protocol.TTupleProtocol oprot = (org.apache.thrift.protocol.TTupleProtocol) prot;
      struct.targetFragmentInstanceId.write(oprot);
      oprot.writeString(struct.targetPlanNodeId);
      struct.sourceFragmentInstanceId.write(oprot);
      oprot.writeI32(struct.startSequenceId);
      {
        oprot.writeI32(struct.blockSizes.size());
        for (long _iter20 : struct.blockSizes)
        {
          oprot.writeI64(_iter20);
        }
      }
    }

    @Override
    public void read(org.apache.thrift.protocol.TProtocol prot, TNewDataBlockEvent struct) throws org.apache.thrift.TException {
      org.apache.thrift.protocol.TTupleProtocol iprot = (org.apache.thrift.protocol.TTupleProtocol) prot;
      struct.targetFragmentInstanceId = new TFragmentInstanceId();
      struct.targetFragmentInstanceId.read(iprot);
      struct.setTargetFragmentInstanceIdIsSet(true);
      struct.targetPlanNodeId = iprot.readString();
      struct.setTargetPlanNodeIdIsSet(true);
      struct.sourceFragmentInstanceId = new TFragmentInstanceId();
      struct.sourceFragmentInstanceId.read(iprot);
      struct.setSourceFragmentInstanceIdIsSet(true);
      struct.startSequenceId = iprot.readI32();
      struct.setStartSequenceIdIsSet(true);
      {
        org.apache.thrift.protocol.TList _list21 = iprot.readListBegin(org.apache.thrift.protocol.TType.I64);
        struct.blockSizes = new java.util.ArrayList(_list21.size);
        long _elem22;
        for (int _i23 = 0; _i23 < _list21.size; ++_i23)
        {
          _elem22 = iprot.readI64();
          struct.blockSizes.add(_elem22);
        }
      }
      struct.setBlockSizesIsSet(true);
    }
  }

  private static  S scheme(org.apache.thrift.protocol.TProtocol proto) {
    return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCHEME_FACTORY).getScheme();
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy