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

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


      oprot.writeBitSet(optionals, 2);
      if (struct.isSetQueryStr()) {
        oprot.writeString(struct.queryStr);
      }
      if (struct.isSetMinimumNumberOfBlurResults()) {
        oprot.writeI64(struct.minimumNumberOfBlurResults);
      }
    }

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


      if (struct.isSetQuery()) {
        optionals.set(5);
      }
      oprot.writeBitSet(optionals, 6);
      if (struct.isSetTotalResults()) {
        oprot.writeI64(struct.totalResults);
      }
      if (struct.isSetShardInfo()) {
        {
          oprot.writeI32(struct.shardInfo.size());
          for (Map.Entry<String, Long> _iter67 : struct.shardInfo.entrySet())
View Full Code Here

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

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

      if (struct.isSetQuery()) {
        optionals.set(5);
      }
      oprot.writeBitSet(optionals, 6);
      if (struct.isSetTotalResults()) {
        oprot.writeI64(struct.totalResults);
      }
      if (struct.isSetShardInfo()) {
        {
          oprot.writeI32(struct.shardInfo.size());
          for (Map.Entry<String, Long> _iter101 : struct.shardInfo.entrySet())
View Full Code Here

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

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

      }
      if (struct.isSetUseCacheIfPresent()) {
        oprot.writeBool(struct.useCacheIfPresent);
      }
      if (struct.isSetStart()) {
        oprot.writeI64(struct.start);
      }
      if (struct.isSetFetch()) {
        oprot.writeI32(struct.fetch);
      }
      if (struct.isSetMinimumNumberOfResults()) {
View Full Code Here

      }
      if (struct.isSetFetch()) {
        oprot.writeI32(struct.fetch);
      }
      if (struct.isSetMinimumNumberOfResults()) {
        oprot.writeI64(struct.minimumNumberOfResults);
      }
      if (struct.isSetMaxQueryTime()) {
        oprot.writeI64(struct.maxQueryTime);
      }
      if (struct.isSetUuid()) {
View Full Code Here

      }
      if (struct.isSetMinimumNumberOfResults()) {
        oprot.writeI64(struct.minimumNumberOfResults);
      }
      if (struct.isSetMaxQueryTime()) {
        oprot.writeI64(struct.maxQueryTime);
      }
      if (struct.isSetUuid()) {
        oprot.writeString(struct.uuid);
      }
      if (struct.isSetUserContext()) {
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.