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(java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> types, java.util.List<java.lang.Object> values)static java.nio.ByteBuffergetValueBuffer(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)
-
-
-
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)
-
-