Class SessionUtils


  • public class SessionUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.nio.ByteBuffer getTimeBuffer​(org.apache.iotdb.tsfile.write.record.Tablet tablet)  
      static java.nio.ByteBuffer getValueBuffer​(java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> types, java.util.List<java.lang.Object> values)  
      static java.nio.ByteBuffer getValueBuffer​(org.apache.iotdb.tsfile.write.record.Tablet tablet)  
      static java.util.List<org.apache.iotdb.common.rpc.thrift.TEndPoint> parseSeedNodeUrls​(java.util.List<java.lang.String> nodeUrls)  
      • Methods inherited from class java.lang.Object

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

      • SessionUtils

        public SessionUtils()
    • Method Detail

      • getTimeBuffer

        public static java.nio.ByteBuffer getTimeBuffer​(org.apache.iotdb.tsfile.write.record.Tablet tablet)
      • getValueBuffer

        public static java.nio.ByteBuffer getValueBuffer​(org.apache.iotdb.tsfile.write.record.Tablet tablet)
      • getValueBuffer

        public static java.nio.ByteBuffer getValueBuffer​(java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> types,
                                                         java.util.List<java.lang.Object> values)
                                                  throws org.apache.iotdb.rpc.IoTDBConnectionException
        Throws:
        org.apache.iotdb.rpc.IoTDBConnectionException
      • parseSeedNodeUrls

        public static java.util.List<org.apache.iotdb.common.rpc.thrift.TEndPoint> parseSeedNodeUrls​(java.util.List<java.lang.String> nodeUrls)