Subversion Repositories SmartDukaan

Rev

Rev 7672 | Rev 7730 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7672 Rev 7685
Line 961... Line 961...
961
 
961
 
962
    public void addAmazonOrder(AmazonOrder amazonOrder) throws org.apache.thrift.TException;
962
    public void addAmazonOrder(AmazonOrder amazonOrder) throws org.apache.thrift.TException;
963
 
963
 
964
    public boolean updateAmazonOrderStatus(long orderId, String status) throws org.apache.thrift.TException;
964
    public boolean updateAmazonOrderStatus(long orderId, String status) throws org.apache.thrift.TException;
965
 
965
 
966
    public List<Order> getAmazonOrdersShipped(long interval) throws org.apache.thrift.TException;
966
    public List<Order> getAmazonOrdersShipped() throws org.apache.thrift.TException;
967
 
967
 
968
    public List<Order> getAmazonOrdersCancelled(long interval) throws org.apache.thrift.TException;
968
    public List<Order> getAmazonOrdersCancelled(long interval) throws org.apache.thrift.TException;
969
 
969
 
970
    public AmazonOrder getAmazonOrder(long orderId) throws org.apache.thrift.TException;
970
    public AmazonOrder getAmazonOrder(long orderId) throws org.apache.thrift.TException;
971
 
971
 
Line 1349... Line 1349...
1349
 
1349
 
1350
    public void addAmazonOrder(AmazonOrder amazonOrder, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.addAmazonOrder_call> resultHandler) throws org.apache.thrift.TException;
1350
    public void addAmazonOrder(AmazonOrder amazonOrder, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.addAmazonOrder_call> resultHandler) throws org.apache.thrift.TException;
1351
 
1351
 
1352
    public void updateAmazonOrderStatus(long orderId, String status, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateAmazonOrderStatus_call> resultHandler) throws org.apache.thrift.TException;
1352
    public void updateAmazonOrderStatus(long orderId, String status, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.updateAmazonOrderStatus_call> resultHandler) throws org.apache.thrift.TException;
1353
 
1353
 
1354
    public void getAmazonOrdersShipped(long interval, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getAmazonOrdersShipped_call> resultHandler) throws org.apache.thrift.TException;
1354
    public void getAmazonOrdersShipped(org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getAmazonOrdersShipped_call> resultHandler) throws org.apache.thrift.TException;
1355
 
1355
 
1356
    public void getAmazonOrdersCancelled(long interval, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getAmazonOrdersCancelled_call> resultHandler) throws org.apache.thrift.TException;
1356
    public void getAmazonOrdersCancelled(long interval, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getAmazonOrdersCancelled_call> resultHandler) throws org.apache.thrift.TException;
1357
 
1357
 
1358
    public void getAmazonOrder(long orderId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getAmazonOrder_call> resultHandler) throws org.apache.thrift.TException;
1358
    public void getAmazonOrder(long orderId, org.apache.thrift.async.AsyncMethodCallback<AsyncClient.getAmazonOrder_call> resultHandler) throws org.apache.thrift.TException;
1359
 
1359
 
Line 5740... Line 5740...
5740
        return result.success;
5740
        return result.success;
5741
      }
5741
      }
5742
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "updateAmazonOrderStatus failed: unknown result");
5742
      throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "updateAmazonOrderStatus failed: unknown result");
5743
    }
5743
    }
5744
 
5744
 
5745
    public List<Order> getAmazonOrdersShipped(long interval) throws org.apache.thrift.TException
5745
    public List<Order> getAmazonOrdersShipped() throws org.apache.thrift.TException
5746
    {
5746
    {
5747
      send_getAmazonOrdersShipped(interval);
5747
      send_getAmazonOrdersShipped();
5748
      return recv_getAmazonOrdersShipped();
5748
      return recv_getAmazonOrdersShipped();
5749
    }
5749
    }
5750
 
5750
 
5751
    public void send_getAmazonOrdersShipped(long interval) throws org.apache.thrift.TException
5751
    public void send_getAmazonOrdersShipped() throws org.apache.thrift.TException
5752
    {
5752
    {
5753
      getAmazonOrdersShipped_args args = new getAmazonOrdersShipped_args();
5753
      getAmazonOrdersShipped_args args = new getAmazonOrdersShipped_args();
5754
      args.setInterval(interval);
-
 
5755
      sendBase("getAmazonOrdersShipped", args);
5754
      sendBase("getAmazonOrdersShipped", args);
5756
    }
5755
    }
5757
 
5756
 
5758
    public List<Order> recv_getAmazonOrdersShipped() throws org.apache.thrift.TException
5757
    public List<Order> recv_getAmazonOrdersShipped() throws org.apache.thrift.TException
5759
    {
5758
    {
Line 12255... Line 12254...
12255
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
12254
        org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
12256
        return (new Client(prot)).recv_updateAmazonOrderStatus();
12255
        return (new Client(prot)).recv_updateAmazonOrderStatus();
12257
      }
12256
      }
12258
    }
12257
    }
12259
 
12258
 
12260
    public void getAmazonOrdersShipped(long interval, org.apache.thrift.async.AsyncMethodCallback<getAmazonOrdersShipped_call> resultHandler) throws org.apache.thrift.TException {
12259
    public void getAmazonOrdersShipped(org.apache.thrift.async.AsyncMethodCallback<getAmazonOrdersShipped_call> resultHandler) throws org.apache.thrift.TException {
12261
      checkReady();
12260
      checkReady();
12262
      getAmazonOrdersShipped_call method_call = new getAmazonOrdersShipped_call(interval, resultHandler, this, ___protocolFactory, ___transport);
12261
      getAmazonOrdersShipped_call method_call = new getAmazonOrdersShipped_call(resultHandler, this, ___protocolFactory, ___transport);
12263
      this.___currentMethod = method_call;
12262
      this.___currentMethod = method_call;
12264
      ___manager.call(method_call);
12263
      ___manager.call(method_call);
12265
    }
12264
    }
12266
 
12265
 
12267
    public static class getAmazonOrdersShipped_call extends org.apache.thrift.async.TAsyncMethodCall {
12266
    public static class getAmazonOrdersShipped_call extends org.apache.thrift.async.TAsyncMethodCall {
12268
      private long interval;
-
 
12269
      public getAmazonOrdersShipped_call(long interval, org.apache.thrift.async.AsyncMethodCallback<getAmazonOrdersShipped_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException {
12267
      public getAmazonOrdersShipped_call(org.apache.thrift.async.AsyncMethodCallback<getAmazonOrdersShipped_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException {
12270
        super(client, protocolFactory, transport, resultHandler, false);
12268
        super(client, protocolFactory, transport, resultHandler, false);
12271
        this.interval = interval;
-
 
12272
      }
12269
      }
12273
 
12270
 
12274
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
12271
      public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
12275
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getAmazonOrdersShipped", org.apache.thrift.protocol.TMessageType.CALL, 0));
12272
        prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getAmazonOrdersShipped", org.apache.thrift.protocol.TMessageType.CALL, 0));
12276
        getAmazonOrdersShipped_args args = new getAmazonOrdersShipped_args();
12273
        getAmazonOrdersShipped_args args = new getAmazonOrdersShipped_args();
12277
        args.setInterval(interval);
-
 
12278
        args.write(prot);
12274
        args.write(prot);
12279
        prot.writeMessageEnd();
12275
        prot.writeMessageEnd();
12280
      }
12276
      }
12281
 
12277
 
12282
      public List<Order> getResult() throws org.apache.thrift.TException {
12278
      public List<Order> getResult() throws org.apache.thrift.TException {
Line 16348... Line 16344...
16348
        return new getAmazonOrdersShipped_args();
16344
        return new getAmazonOrdersShipped_args();
16349
      }
16345
      }
16350
 
16346
 
16351
      protected getAmazonOrdersShipped_result getResult(I iface, getAmazonOrdersShipped_args args) throws org.apache.thrift.TException {
16347
      protected getAmazonOrdersShipped_result getResult(I iface, getAmazonOrdersShipped_args args) throws org.apache.thrift.TException {
16352
        getAmazonOrdersShipped_result result = new getAmazonOrdersShipped_result();
16348
        getAmazonOrdersShipped_result result = new getAmazonOrdersShipped_result();
16353
        result.success = iface.getAmazonOrdersShipped(args.interval);
16349
        result.success = iface.getAmazonOrdersShipped();
16354
        return result;
16350
        return result;
16355
      }
16351
      }
16356
    }
16352
    }
16357
 
16353
 
16358
    private static class getAmazonOrdersCancelled<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getAmazonOrdersCancelled_args> {
16354
    private static class getAmazonOrdersCancelled<I extends Iface> extends org.apache.thrift.ProcessFunction<I, getAmazonOrdersCancelled_args> {
Line 141495... Line 141491...
141495
  }
141491
  }
141496
 
141492
 
141497
  public static class getAmazonOrdersShipped_args implements org.apache.thrift.TBase<getAmazonOrdersShipped_args, getAmazonOrdersShipped_args._Fields>, java.io.Serializable, Cloneable   {
141493
  public static class getAmazonOrdersShipped_args implements org.apache.thrift.TBase<getAmazonOrdersShipped_args, getAmazonOrdersShipped_args._Fields>, java.io.Serializable, Cloneable   {
141498
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getAmazonOrdersShipped_args");
141494
    private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getAmazonOrdersShipped_args");
141499
 
141495
 
141500
    private static final org.apache.thrift.protocol.TField INTERVAL_FIELD_DESC = new org.apache.thrift.protocol.TField("interval", org.apache.thrift.protocol.TType.I64, (short)1);
-
 
141501
 
141496
 
141502
    private long interval; // required
-
 
141503
 
141497
 
141504
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
141498
    /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
141505
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
141499
    public enum _Fields implements org.apache.thrift.TFieldIdEnum {
141506
      INTERVAL((short)1, "interval");
-
 
-
 
141500
;
141507
 
141501
 
141508
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
141502
      private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
141509
 
141503
 
141510
      static {
141504
      static {
141511
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
141505
        for (_Fields field : EnumSet.allOf(_Fields.class)) {
Line 141516... Line 141510...
141516
      /**
141510
      /**
141517
       * Find the _Fields constant that matches fieldId, or null if its not found.
141511
       * Find the _Fields constant that matches fieldId, or null if its not found.
141518
       */
141512
       */
141519
      public static _Fields findByThriftId(int fieldId) {
141513
      public static _Fields findByThriftId(int fieldId) {
141520
        switch(fieldId) {
141514
        switch(fieldId) {
141521
          case 1: // INTERVAL
-
 
141522
            return INTERVAL;
-
 
141523
          default:
141515
          default:
141524
            return null;
141516
            return null;
141525
        }
141517
        }
141526
      }
141518
      }
141527
 
141519
 
Line 141556... Line 141548...
141556
 
141548
 
141557
      public String getFieldName() {
141549
      public String getFieldName() {
141558
        return _fieldName;
141550
        return _fieldName;
141559
      }
141551
      }
141560
    }
141552
    }
141561
 
-
 
141562
    // isset id assignments
-
 
141563
    private static final int __INTERVAL_ISSET_ID = 0;
-
 
141564
    private BitSet __isset_bit_vector = new BitSet(1);
-
 
141565
 
-
 
141566
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
141553
    public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
141567
    static {
141554
    static {
141568
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
141555
      Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
141569
      tmpMap.put(_Fields.INTERVAL, new org.apache.thrift.meta_data.FieldMetaData("interval", org.apache.thrift.TFieldRequirementType.DEFAULT, 
-
 
141570
          new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
-
 
141571
      metaDataMap = Collections.unmodifiableMap(tmpMap);
141556
      metaDataMap = Collections.unmodifiableMap(tmpMap);
141572
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getAmazonOrdersShipped_args.class, metaDataMap);
141557
      org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getAmazonOrdersShipped_args.class, metaDataMap);
141573
    }
141558
    }
141574
 
141559
 
141575
    public getAmazonOrdersShipped_args() {
141560
    public getAmazonOrdersShipped_args() {
141576
    }
141561
    }
141577
 
141562
 
141578
    public getAmazonOrdersShipped_args(
-
 
141579
      long interval)
-
 
141580
    {
-
 
141581
      this();
-
 
141582
      this.interval = interval;
-
 
141583
      setIntervalIsSet(true);
-
 
141584
    }
-
 
141585
 
-
 
141586
    /**
141563
    /**
141587
     * Performs a deep copy on <i>other</i>.
141564
     * Performs a deep copy on <i>other</i>.
141588
     */
141565
     */
141589
    public getAmazonOrdersShipped_args(getAmazonOrdersShipped_args other) {
141566
    public getAmazonOrdersShipped_args(getAmazonOrdersShipped_args other) {
141590
      __isset_bit_vector.clear();
-
 
141591
      __isset_bit_vector.or(other.__isset_bit_vector);
-
 
141592
      this.interval = other.interval;
-
 
141593
    }
141567
    }
141594
 
141568
 
141595
    public getAmazonOrdersShipped_args deepCopy() {
141569
    public getAmazonOrdersShipped_args deepCopy() {
141596
      return new getAmazonOrdersShipped_args(this);
141570
      return new getAmazonOrdersShipped_args(this);
141597
    }
141571
    }
141598
 
141572
 
141599
    @Override
141573
    @Override
141600
    public void clear() {
141574
    public void clear() {
141601
      setIntervalIsSet(false);
-
 
141602
      this.interval = 0;
-
 
141603
    }
-
 
141604
 
-
 
141605
    public long getInterval() {
-
 
141606
      return this.interval;
-
 
141607
    }
-
 
141608
 
-
 
141609
    public void setInterval(long interval) {
-
 
141610
      this.interval = interval;
-
 
141611
      setIntervalIsSet(true);
-
 
141612
    }
-
 
141613
 
-
 
141614
    public void unsetInterval() {
-
 
141615
      __isset_bit_vector.clear(__INTERVAL_ISSET_ID);
-
 
141616
    }
-
 
141617
 
-
 
141618
    /** Returns true if field interval is set (has been assigned a value) and false otherwise */
-
 
141619
    public boolean isSetInterval() {
-
 
141620
      return __isset_bit_vector.get(__INTERVAL_ISSET_ID);
-
 
141621
    }
-
 
141622
 
-
 
141623
    public void setIntervalIsSet(boolean value) {
-
 
141624
      __isset_bit_vector.set(__INTERVAL_ISSET_ID, value);
-
 
141625
    }
141575
    }
141626
 
141576
 
141627
    public void setFieldValue(_Fields field, Object value) {
141577
    public void setFieldValue(_Fields field, Object value) {
141628
      switch (field) {
141578
      switch (field) {
141629
      case INTERVAL:
-
 
141630
        if (value == null) {
-
 
141631
          unsetInterval();
-
 
141632
        } else {
-
 
141633
          setInterval((Long)value);
-
 
141634
        }
-
 
141635
        break;
-
 
141636
 
-
 
141637
      }
141579
      }
141638
    }
141580
    }
141639
 
141581
 
141640
    public Object getFieldValue(_Fields field) {
141582
    public Object getFieldValue(_Fields field) {
141641
      switch (field) {
141583
      switch (field) {
141642
      case INTERVAL:
-
 
141643
        return Long.valueOf(getInterval());
-
 
141644
 
-
 
141645
      }
141584
      }
141646
      throw new IllegalStateException();
141585
      throw new IllegalStateException();
141647
    }
141586
    }
141648
 
141587
 
141649
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
141588
    /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
Line 141651... Line 141590...
141651
      if (field == null) {
141590
      if (field == null) {
141652
        throw new IllegalArgumentException();
141591
        throw new IllegalArgumentException();
141653
      }
141592
      }
141654
 
141593
 
141655
      switch (field) {
141594
      switch (field) {
141656
      case INTERVAL:
-
 
141657
        return isSetInterval();
-
 
141658
      }
141595
      }
141659
      throw new IllegalStateException();
141596
      throw new IllegalStateException();
141660
    }
141597
    }
141661
 
141598
 
141662
    @Override
141599
    @Override
Line 141670... Line 141607...
141670
 
141607
 
141671
    public boolean equals(getAmazonOrdersShipped_args that) {
141608
    public boolean equals(getAmazonOrdersShipped_args that) {
141672
      if (that == null)
141609
      if (that == null)
141673
        return false;
141610
        return false;
141674
 
141611
 
141675
      boolean this_present_interval = true;
-
 
141676
      boolean that_present_interval = true;
-
 
141677
      if (this_present_interval || that_present_interval) {
-
 
141678
        if (!(this_present_interval && that_present_interval))
-
 
141679
          return false;
-
 
141680
        if (this.interval != that.interval)
-
 
141681
          return false;
-
 
141682
      }
-
 
141683
 
-
 
141684
      return true;
141612
      return true;
141685
    }
141613
    }
141686
 
141614
 
141687
    @Override
141615
    @Override
141688
    public int hashCode() {
141616
    public int hashCode() {
Line 141695... Line 141623...
141695
      }
141623
      }
141696
 
141624
 
141697
      int lastComparison = 0;
141625
      int lastComparison = 0;
141698
      getAmazonOrdersShipped_args typedOther = (getAmazonOrdersShipped_args)other;
141626
      getAmazonOrdersShipped_args typedOther = (getAmazonOrdersShipped_args)other;
141699
 
141627
 
141700
      lastComparison = Boolean.valueOf(isSetInterval()).compareTo(typedOther.isSetInterval());
-
 
141701
      if (lastComparison != 0) {
-
 
141702
        return lastComparison;
-
 
141703
      }
-
 
141704
      if (isSetInterval()) {
-
 
141705
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.interval, typedOther.interval);
-
 
141706
        if (lastComparison != 0) {
-
 
141707
          return lastComparison;
-
 
141708
        }
-
 
141709
      }
-
 
141710
      return 0;
141628
      return 0;
141711
    }
141629
    }
141712
 
141630
 
141713
    public _Fields fieldForId(int fieldId) {
141631
    public _Fields fieldForId(int fieldId) {
141714
      return _Fields.findByThriftId(fieldId);
141632
      return _Fields.findByThriftId(fieldId);
Line 141722... Line 141640...
141722
        field = iprot.readFieldBegin();
141640
        field = iprot.readFieldBegin();
141723
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
141641
        if (field.type == org.apache.thrift.protocol.TType.STOP) { 
141724
          break;
141642
          break;
141725
        }
141643
        }
141726
        switch (field.id) {
141644
        switch (field.id) {
141727
          case 1: // INTERVAL
-
 
141728
            if (field.type == org.apache.thrift.protocol.TType.I64) {
-
 
141729
              this.interval = iprot.readI64();
-
 
141730
              setIntervalIsSet(true);
-
 
141731
            } else { 
-
 
141732
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
-
 
141733
            }
-
 
141734
            break;
-
 
141735
          default:
141645
          default:
141736
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
141646
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
141737
        }
141647
        }
141738
        iprot.readFieldEnd();
141648
        iprot.readFieldEnd();
141739
      }
141649
      }
Line 141743... Line 141653...
141743
 
141653
 
141744
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
141654
    public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
141745
      validate();
141655
      validate();
141746
 
141656
 
141747
      oprot.writeStructBegin(STRUCT_DESC);
141657
      oprot.writeStructBegin(STRUCT_DESC);
141748
      oprot.writeFieldBegin(INTERVAL_FIELD_DESC);
-
 
141749
      oprot.writeI64(this.interval);
-
 
141750
      oprot.writeFieldEnd();
-
 
141751
      oprot.writeFieldStop();
141658
      oprot.writeFieldStop();
141752
      oprot.writeStructEnd();
141659
      oprot.writeStructEnd();
141753
    }
141660
    }
141754
 
141661
 
141755
    @Override
141662
    @Override
141756
    public String toString() {
141663
    public String toString() {
141757
      StringBuilder sb = new StringBuilder("getAmazonOrdersShipped_args(");
141664
      StringBuilder sb = new StringBuilder("getAmazonOrdersShipped_args(");
141758
      boolean first = true;
141665
      boolean first = true;
141759
 
141666
 
141760
      sb.append("interval:");
-
 
141761
      sb.append(this.interval);
-
 
141762
      first = false;
-
 
141763
      sb.append(")");
141667
      sb.append(")");
141764
      return sb.toString();
141668
      return sb.toString();
141765
    }
141669
    }
141766
 
141670
 
141767
    public void validate() throws org.apache.thrift.TException {
141671
    public void validate() throws org.apache.thrift.TException {
Line 141776... Line 141680...
141776
      }
141680
      }
141777
    }
141681
    }
141778
 
141682
 
141779
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
141683
    private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
141780
      try {
141684
      try {
141781
        // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-
 
141782
        __isset_bit_vector = new BitSet(1);
-
 
141783
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
141685
        read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
141784
      } catch (org.apache.thrift.TException te) {
141686
      } catch (org.apache.thrift.TException te) {
141785
        throw new java.io.IOException(te);
141687
        throw new java.io.IOException(te);
141786
      }
141688
      }
141787
    }
141689
    }