Uses of Class
org.apache.iotdb.pipe.api.exception.PipeParameterNotValidException
Packages that use PipeParameterNotValidException
Package
Description
-
Uses of PipeParameterNotValidException in org.apache.iotdb.pipe.api.access
Methods in org.apache.iotdb.pipe.api.access that throw PipeParameterNotValidExceptionModifier and TypeMethodDescriptionintRow.getColumnIndex(org.apache.tsfile.read.common.Path columnName) Returns the actual column index of the given column (measurement) name. -
Uses of PipeParameterNotValidException in org.apache.iotdb.pipe.api.customizer.parameter
Methods in org.apache.iotdb.pipe.api.customizer.parameter that throw PipeParameterNotValidExceptionModifier and TypeMethodDescriptionPipeParameterValidator.validate(PipeParameterValidator.MultipleObjectsValidationRule validationRule, String messageToThrow, Object... arguments) Validates the input parameters according to the validation rule given by the user.PipeParameterValidator.validate(PipeParameterValidator.SingleObjectValidationRule validationRule, String messageToThrow, Object argument) Validates the input parameters according to the validation rule given by the user. -
Uses of PipeParameterNotValidException in org.apache.iotdb.pipe.api.exception
Subclasses of PipeParameterNotValidException in org.apache.iotdb.pipe.api.exception