Class InfluxReqAndRespUtils


  • public class InfluxReqAndRespUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.iotdb.service.rpc.thrift.TSCloseSessionReq convertCloseSessionReq​(org.apache.iotdb.protocol.influxdb.rpc.thrift.InfluxCloseSessionReq influxCloseSessionReq)  
      static org.apache.iotdb.service.rpc.thrift.TSOpenSessionReq convertOpenSessionReq​(org.apache.iotdb.protocol.influxdb.rpc.thrift.InfluxOpenSessionReq influxOpenSessionReq)  
      static org.apache.iotdb.protocol.influxdb.rpc.thrift.InfluxOpenSessionResp convertOpenSessionResp​(org.apache.iotdb.service.rpc.thrift.TSOpenSessionResp tsOpenSessionResp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InfluxReqAndRespUtils

        public InfluxReqAndRespUtils()
    • Method Detail

      • convertOpenSessionReq

        public static org.apache.iotdb.service.rpc.thrift.TSOpenSessionReq convertOpenSessionReq​(org.apache.iotdb.protocol.influxdb.rpc.thrift.InfluxOpenSessionReq influxOpenSessionReq)
      • convertOpenSessionResp

        public static org.apache.iotdb.protocol.influxdb.rpc.thrift.InfluxOpenSessionResp convertOpenSessionResp​(org.apache.iotdb.service.rpc.thrift.TSOpenSessionResp tsOpenSessionResp)
      • convertCloseSessionReq

        public static org.apache.iotdb.service.rpc.thrift.TSCloseSessionReq convertCloseSessionReq​(org.apache.iotdb.protocol.influxdb.rpc.thrift.InfluxCloseSessionReq influxCloseSessionReq)