Package org.apache.blur.thirdparty.thrift_0_9_0.protocol

Examples of org.apache.blur.thirdparty.thrift_0_9_0.protocol.TTupleProtocol.readI64()


      if (incoming.get(0)) {
        struct.queryStr = iprot.readString();
        struct.setQueryStrIsSet(true);
      }
      if (incoming.get(1)) {
        struct.minimumNumberOfBlurResults = iprot.readI64();
        struct.setMinimumNumberOfBlurResultsIsSet(true);
      }
    }
  }
View Full Code Here


    @Override
    public void read(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocol prot, BlurResults struct) throws org.apache.blur.thirdparty.thrift_0_9_0.TException {
      TTupleProtocol iprot = (TTupleProtocol) prot;
      BitSet incoming = iprot.readBitSet(6);
      if (incoming.get(0)) {
        struct.totalResults = iprot.readI64();
        struct.setTotalResultsIsSet(true);
      }
      if (incoming.get(1)) {
        {
          org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map71 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.I64, iprot.readI32());
View Full Code Here

          for (int _i72 = 0; _i72 < _map71.size; ++_i72)
          {
            String _key73; // required
            long _val74; // optional
            _key73 = iprot.readString();
            _val74 = iprot.readI64();
            struct.shardInfo.put(_key73, _val74);
          }
        }
        struct.setShardInfoIsSet(true);
      }
View Full Code Here

          org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list78 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.I64, iprot.readI32());
          struct.facetCounts = new ArrayList<Long>(_list78.size);
          for (int _i79 = 0; _i79 < _list78.size; ++_i79)
          {
            long _elem80; // required
            _elem80 = iprot.readI64();
            struct.facetCounts.add(_elem80);
          }
        }
        struct.setFacetCountsIsSet(true);
      }
View Full Code Here

    @Override
    public void read(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocol prot, BlurResults struct) throws org.apache.blur.thirdparty.thrift_0_9_0.TException {
      TTupleProtocol iprot = (TTupleProtocol) prot;
      BitSet incoming = iprot.readBitSet(6);
      if (incoming.get(0)) {
        struct.totalResults = iprot.readI64();
        struct.setTotalResultsIsSet(true);
      }
      if (incoming.get(1)) {
        {
          org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map105 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.I64, iprot.readI32());
View Full Code Here

          for (int _i106 = 0; _i106 < _map105.size; ++_i106)
          {
            String _key107; // optional
            long _val108; // required
            _key107 = iprot.readString();
            _val108 = iprot.readI64();
            struct.shardInfo.put(_key107, _val108);
          }
        }
        struct.setShardInfoIsSet(true);
      }
View Full Code Here

          org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list112 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.I64, iprot.readI32());
          struct.facetCounts = new ArrayList<Long>(_list112.size);
          for (int _i113 = 0; _i113 < _list112.size; ++_i113)
          {
            long _elem114; // required
            _elem114 = iprot.readI64();
            struct.facetCounts.add(_elem114);
          }
        }
        struct.setFacetCountsIsSet(true);
      }
View Full Code Here

      if (incoming.get(3)) {
        struct.useCacheIfPresent = iprot.readBool();
        struct.setUseCacheIfPresentIsSet(true);
      }
      if (incoming.get(4)) {
        struct.start = iprot.readI64();
        struct.setStartIsSet(true);
      }
      if (incoming.get(5)) {
        struct.fetch = iprot.readI32();
        struct.setFetchIsSet(true);
View Full Code Here

      if (incoming.get(5)) {
        struct.fetch = iprot.readI32();
        struct.setFetchIsSet(true);
      }
      if (incoming.get(6)) {
        struct.minimumNumberOfResults = iprot.readI64();
        struct.setMinimumNumberOfResultsIsSet(true);
      }
      if (incoming.get(7)) {
        struct.maxQueryTime = iprot.readI64();
        struct.setMaxQueryTimeIsSet(true);
View Full Code Here

      if (incoming.get(6)) {
        struct.minimumNumberOfResults = iprot.readI64();
        struct.setMinimumNumberOfResultsIsSet(true);
      }
      if (incoming.get(7)) {
        struct.maxQueryTime = iprot.readI64();
        struct.setMaxQueryTimeIsSet(true);
      }
      if (incoming.get(8)) {
        struct.uuid = iprot.readString();
        struct.setUuidIsSet(true);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.