Uses of Class
org.apache.iotdb.commons.path.MeasurementPath
-
Packages that use MeasurementPath Package Description org.apache.iotdb.commons.path -
-
Uses of MeasurementPath in org.apache.iotdb.commons.path
Methods in org.apache.iotdb.commons.path that return MeasurementPath Modifier and Type Method Description MeasurementPathMeasurementPath. clone()static MeasurementPathMeasurementPath. deserialize(java.nio.ByteBuffer byteBuffer)MeasurementPathAlignedPath. getMeasurementPath()static MeasurementPathMeasurementPath. parseDataFromString(java.lang.String measurementPathData)Methods in org.apache.iotdb.commons.path with parameters of type MeasurementPath Modifier and Type Method Description voidAlignedPath. addMeasurement(MeasurementPath measurementPath)static java.lang.StringMeasurementPath. transformDataToString(MeasurementPath measurementPath)In specific scenarios, like internal create timeseries, the message can only be passed as String format.Constructors in org.apache.iotdb.commons.path with parameters of type MeasurementPath Constructor Description AlignedPath(MeasurementPath path)
-