Uses of Class
org.apache.iotdb.commons.exception.IllegalPathException
-
Packages that use IllegalPathException Package Description org.apache.iotdb.commons.path org.apache.iotdb.commons.utils -
-
Uses of IllegalPathException in org.apache.iotdb.commons.path
Constructors in org.apache.iotdb.commons.path that throw IllegalPathException Constructor Description AlignedPath(java.lang.String vectorPath)AlignedPath(java.lang.String vectorPath, java.lang.String subSensor)AlignedPath(java.lang.String vectorPath, java.util.List<java.lang.String> subSensorsList)AlignedPath(java.lang.String vectorPath, java.util.List<java.lang.String> measurementList, java.util.List<org.apache.iotdb.tsfile.write.schema.IMeasurementSchema> schemaList)AlignedPath(PartialPath vectorPath, java.lang.String subSensor)MeasurementPath(java.lang.String measurementPath)MeasurementPath(java.lang.String device, java.lang.String measurement, org.apache.iotdb.tsfile.write.schema.IMeasurementSchema measurementSchema)MeasurementPath(java.lang.String measurementPath, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType type)PartialPath(java.lang.String path)Construct the PartialPath using a String, will split the given String into String[] E.g., path = "root.sg.`d.1`.`s.1`" nodes = {"root", "sg", "`d.1`", "`s.1`"}PartialPath(java.lang.String device, java.lang.String measurement) -
Uses of IllegalPathException in org.apache.iotdb.commons.utils
Methods in org.apache.iotdb.commons.utils that throw IllegalPathException Modifier and Type Method Description static java.lang.StringPathUtils. checkAndReturnSingleMeasurement(java.lang.String measurement)check a measurement and update it if needed to.static java.util.List<java.util.List<java.lang.String>>PathUtils. checkIsLegalMeasurementListsAndUpdate(java.util.List<java.util.List<java.lang.String>> measurementLists)check whether measurement is legal according to syntax convention measurement could be like a.b (more than one node name), in template?static java.util.List<java.lang.String>PathUtils. checkIsLegalMeasurementsAndUpdate(java.util.List<java.lang.String> measurements)check whether measurement is legal according to syntax convention measurement could be like a.b (more than one node name), in template?static java.lang.String[]PathUtils. isLegalPath(java.lang.String path)static PathPrivilegeIOUtils. readPathPrivilege(java.io.DataInputStream inputStream, java.lang.String encoding, java.lang.ThreadLocal<byte[]> strBufferLocal)Read a PathPrivilege from the given stream.static java.lang.String[]PathUtils. splitPathToDetachedNodes(java.lang.String path)
-