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

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


        }
        struct.setFacetCountsIsSet(true);
      }
      if (incoming.get(4)) {
        {
          org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list115 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRUCT, iprot.readI32());
          struct.exceptions = new ArrayList<BlurException>(_list115.size);
          for (int _i116 = 0; _i116 < _list115.size; ++_i116)
          {
            BlurException _elem117; // required
            _elem117 = new BlurException();
View Full Code Here


        struct.query.read(iprot);
        struct.setQueryIsSet(true);
      }
      if (incoming.get(1)) {
        {
          org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map132 = 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.STRUCT, iprot.readI32());
          struct.cpuTimes = new HashMap<String,CpuTime>(2*_map132.size);
          for (int _i133 = 0; _i133 < _map132.size; ++_i133)
          {
            String _key134; // optional
            CpuTime _val135; // required
View Full Code Here

          }
        }
        struct.setCpuTimesIsSet(true);
      }
      if (incoming.get(2)) {
        struct.completeShards = iprot.readI32();
        struct.setCompleteShardsIsSet(true);
      }
      if (incoming.get(3)) {
        struct.totalShards = iprot.readI32();
        struct.setTotalShardsIsSet(true);
View Full Code Here

      if (incoming.get(2)) {
        struct.completeShards = iprot.readI32();
        struct.setCompleteShardsIsSet(true);
      }
      if (incoming.get(3)) {
        struct.totalShards = iprot.readI32();
        struct.setTotalShardsIsSet(true);
      }
      if (incoming.get(4)) {
        struct.state = QueryState.findByValue(iprot.readI32());
        struct.setStateIsSet(true);
View Full Code Here

      if (incoming.get(3)) {
        struct.totalShards = iprot.readI32();
        struct.setTotalShardsIsSet(true);
      }
      if (incoming.get(4)) {
        struct.state = QueryState.findByValue(iprot.readI32());
        struct.setStateIsSet(true);
      }
      if (incoming.get(5)) {
        struct.uuid = iprot.readString();
        struct.setUuidIsSet(true);
View Full Code Here

      if (incoming.get(5)) {
        struct.uuid = iprot.readString();
        struct.setUuidIsSet(true);
      }
      if (incoming.get(6)) {
        struct.status = Status.findByValue(iprot.readI32());
        struct.setStatusIsSet(true);
      }
      if (incoming.get(7)) {
        struct.user = new User();
        struct.user.read(iprot);
View Full Code Here

        struct.query.read(iprot);
        struct.setQueryIsSet(true);
      }
      if (incoming.get(1)) {
        {
          org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list70 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRUCT, iprot.readI32());
          struct.facets = new ArrayList<Facet>(_list70.size);
          for (int _i71 = 0; _i71 < _list70.size; ++_i71)
          {
            Facet _elem72; // required
            _elem72 = new Facet();
View Full Code Here

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

        struct.startTime = iprot.readI64();
        struct.setStartTimeIsSet(true);
      }
      if (incoming.get(12)) {
        {
          org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList _list73 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TList(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRUCT, iprot.readI32());
          struct.sortFields = new ArrayList<SortField>(_list73.size);
          for (int _i74 = 0; _i74 < _list73.size; ++_i74)
          {
            SortField _elem75; // required
            _elem75 = new SortField();
View Full Code Here

        struct.username = iprot.readString();
        struct.setUsernameIsSet(true);
      }
      if (incoming.get(1)) {
        {
          org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map6 = 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.STRING, iprot.readI32());
          struct.attributes = new HashMap<String,String>(2*_map6.size);
          for (int _i7 = 0; _i7 < _map6.size; ++_i7)
          {
            String _key8; // optional
            String _val9; // required
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.