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

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


            _iter12.write(oprot);
          }
        }
      }
      if (struct.isSetRecordCount()) {
        oprot.writeI32(struct.recordCount);
      }
    }

    @Override
    public void read(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocol prot, Row struct) throws org.apache.blur.thirdparty.thrift_0_9_0.TException {
View Full Code Here


      if (struct.isSetTotalResults()) {
        oprot.writeI64(struct.totalResults);
      }
      if (struct.isSetShardInfo()) {
        {
          oprot.writeI32(struct.shardInfo.size());
          for (Map.Entry<String, Long> _iter67 : struct.shardInfo.entrySet())
          {
            oprot.writeString(_iter67.getKey());
            oprot.writeI64(_iter67.getValue());
          }
View Full Code Here

          }
        }
      }
      if (struct.isSetResults()) {
        {
          oprot.writeI32(struct.results.size());
          for (BlurResult _iter68 : struct.results)
          {
            _iter68.write(oprot);
          }
        }
View Full Code Here

          }
        }
      }
      if (struct.isSetFacetCounts()) {
        {
          oprot.writeI32(struct.facetCounts.size());
          for (long _iter69 : struct.facetCounts)
          {
            oprot.writeI64(_iter69);
          }
        }
View Full Code Here

          }
        }
      }
      if (struct.isSetExceptions()) {
        {
          oprot.writeI32(struct.exceptions.size());
          for (BlurException _iter70 : struct.exceptions)
          {
            _iter70.write(oprot);
          }
        }
View Full Code Here

      if (struct.isSetFetchResult()) {
        struct.fetchResult.write(oprot);
      }
      if (struct.isSetSortFieldResults()) {
        {
          oprot.writeI32(struct.sortFieldResults.size());
          for (SortFieldResult _iter80 : struct.sortFieldResults)
          {
            _iter80.write(oprot);
          }
        }
View Full Code Here

      if (struct.isSetId()) {
        oprot.writeString(struct.id);
      }
      if (struct.isSetRecords()) {
        {
          oprot.writeI32(struct.records.size());
          for (Record _iter22 : struct.records)
          {
            _iter22.write(oprot);
          }
        }
View Full Code Here

      if (struct.isSetTotalResults()) {
        oprot.writeI64(struct.totalResults);
      }
      if (struct.isSetShardInfo()) {
        {
          oprot.writeI32(struct.shardInfo.size());
          for (Map.Entry<String, Long> _iter101 : struct.shardInfo.entrySet())
          {
            oprot.writeString(_iter101.getKey());
            oprot.writeI64(_iter101.getValue());
          }
View Full Code Here

          }
        }
      }
      if (struct.isSetResults()) {
        {
          oprot.writeI32(struct.results.size());
          for (BlurResult _iter102 : struct.results)
          {
            _iter102.write(oprot);
          }
        }
View Full Code Here

          }
        }
      }
      if (struct.isSetFacetCounts()) {
        {
          oprot.writeI32(struct.facetCounts.size());
          for (long _iter103 : struct.facetCounts)
          {
            oprot.writeI64(_iter103);
          }
        }
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.