Uses of Class
org.apache.iotdb.db.exception.metadata.PathNotExistException
-
Packages that use PathNotExistException Package Description org.apache.iotdb.db.metadata org.apache.iotdb.db.metadata.schemaregion -
-
Uses of PathNotExistException in org.apache.iotdb.db.metadata
Methods in org.apache.iotdb.db.metadata that throw PathNotExistException Modifier and Type Method Description java.util.List<MeasurementPath>LocalSchemaProcessor. getAllMeasurementByDevicePath(org.apache.iotdb.commons.path.PartialPath devicePath) -
Uses of PathNotExistException in org.apache.iotdb.db.metadata.schemaregion
Methods in org.apache.iotdb.db.metadata.schemaregion that throw PathNotExistException Modifier and Type Method Description java.util.List<MeasurementPath>ISchemaRegion. getAllMeasurementByDevicePath(org.apache.iotdb.commons.path.PartialPath devicePath)java.util.List<MeasurementPath>SchemaRegionMemoryImpl. getAllMeasurementByDevicePath(org.apache.iotdb.commons.path.PartialPath devicePath)java.util.List<MeasurementPath>SchemaRegionSchemaFileImpl. getAllMeasurementByDevicePath(org.apache.iotdb.commons.path.PartialPath devicePath)
-