Uses of Class
org.apache.iotdb.commons.exception.MetadataException
-
Packages that use MetadataException Package Description org.apache.iotdb.commons.exception org.apache.iotdb.commons.path org.apache.iotdb.commons.udf.builtin org.apache.iotdb.commons.utils -
-
Uses of MetadataException in org.apache.iotdb.commons.exception
Subclasses of MetadataException in org.apache.iotdb.commons.exception Modifier and Type Class Description classIllegalPathException -
Uses of MetadataException in org.apache.iotdb.commons.path
Methods in org.apache.iotdb.commons.path that throw MetadataException Modifier and Type Method Description org.apache.iotdb.tsfile.write.schema.IMeasurementSchemaPartialPath. getMeasurementSchema() -
Uses of MetadataException in org.apache.iotdb.commons.udf.builtin
Methods in org.apache.iotdb.commons.udf.builtin that throw MetadataException Modifier and Type Method Description voidUDTFAbs. beforeStart(org.apache.iotdb.udf.api.customizer.parameter.UDFParameters parameters, org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations configurations)voidUDTFCast. beforeStart(org.apache.iotdb.udf.api.customizer.parameter.UDFParameters parameters, org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations configurations)voidUDTFContinuouslySatisfy. beforeStart(org.apache.iotdb.udf.api.customizer.parameter.UDFParameters parameters, org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations configurations)voidUDTFDerivative. beforeStart(org.apache.iotdb.udf.api.customizer.parameter.UDFParameters parameters, org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations configurations)voidUDTFInRange. beforeStart(org.apache.iotdb.udf.api.customizer.parameter.UDFParameters parameters, org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations configurations)voidUDTFJexl. beforeStart(org.apache.iotdb.udf.api.customizer.parameter.UDFParameters parameters, org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations configurations)voidUDTFM4. beforeStart(org.apache.iotdb.udf.api.customizer.parameter.UDFParameters parameters, org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations configurations)voidUDTFMath. beforeStart(org.apache.iotdb.udf.api.customizer.parameter.UDFParameters parameters, org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations configurations)voidUDTFOnOff. beforeStart(org.apache.iotdb.udf.api.customizer.parameter.UDFParameters parameters, org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations configurations)voidUDTFSelectK. beforeStart(org.apache.iotdb.udf.api.customizer.parameter.UDFParameters parameters, org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations configurations)voidUDTFValueDifference. beforeStart(org.apache.iotdb.udf.api.customizer.parameter.UDFParameters parameters, org.apache.iotdb.udf.api.customizer.config.UDTFConfigurations configurations)voidUDTFEqualSizeBucketAggSample. validate(org.apache.iotdb.udf.api.customizer.parameter.UDFParameterValidator validator)voidUDTFEqualSizeBucketOutlierSample. validate(org.apache.iotdb.udf.api.customizer.parameter.UDFParameterValidator validator)voidUDTFEqualSizeBucketSample. validate(org.apache.iotdb.udf.api.customizer.parameter.UDFParameterValidator validator) -
Uses of MetadataException in org.apache.iotdb.commons.utils
Methods in org.apache.iotdb.commons.utils that throw MetadataException Modifier and Type Method Description static java.util.List<java.util.List<java.lang.String>>PathUtils. checkIsLegalSingleMeasurementListsAndUpdate(java.util.List<java.util.List<java.lang.String>> measurementLists)check whether measurement is legal according to syntax convention.static java.util.List<java.lang.String>PathUtils. checkIsLegalSingleMeasurementsAndUpdate(java.util.List<java.lang.String> measurements)check whether measurement is legal according to syntax convention.static java.util.List<java.lang.String>PathUtils. checkLegalSingleMeasurementsAndSkipDuplicate(java.util.List<java.lang.String> measurements, java.util.Map<java.lang.String,java.lang.String> checkedMeasurements)check whether measurement is legal according to syntax convention.
-