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

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


      }
      if (struct.isSetCacheResult()) {
        oprot.writeBool(struct.cacheResult);
      }
      if (struct.isSetStartTime()) {
        oprot.writeI64(struct.startTime);
      }
      if (struct.isSetSortFields()) {
        {
          oprot.writeI32(struct.sortFields.size());
          for (SortField _iter69 : struct.sortFields)
View Full Code Here


        {
          oprot.writeI32(struct.longMap.size());
          for (Map.Entry<String, Long> _iter218 : struct.longMap.entrySet())
          {
            oprot.writeString(_iter218.getKey());
            oprot.writeI64(_iter218.getValue());
          }
        }
      }
      if (struct.isSetDoubleMap()) {
        {
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.