Package org.apache.iotdb.session.util
Class SessionUtils
- java.lang.Object
-
- org.apache.iotdb.session.util.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.ByteBuffergetTimeBuffer(org.apache.iotdb.tsfile.write.record.Tablet tablet)static java.nio.ByteBuffergetValueBuffer(org.apache.iotdb.tsfile.write.record.Tablet tablet)static java.util.List<org.apache.iotdb.service.rpc.thrift.EndPoint>parseSeedNodeUrls(java.util.List<java.lang.String> nodeUrls)
-
-
-
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)
-
parseSeedNodeUrls
public static java.util.List<org.apache.iotdb.service.rpc.thrift.EndPoint> parseSeedNodeUrls(java.util.List<java.lang.String> nodeUrls)
-
-