Uses of Class
org.apache.iotdb.pipe.api.customizer.parameter.PipeParameters
Packages that use PipeParameters
-
Uses of PipeParameters in org.apache.iotdb.pipe.api
Methods in org.apache.iotdb.pipe.api with parameters of type PipeParametersModifier and TypeMethodDescriptionvoidPipeConnector.customize(PipeParameters parameters, PipeConnectorRuntimeConfiguration configuration) Deprecated.This method is mainly used to customizePipeConnector.voidPipeExtractor.customize(PipeParameters parameters, PipeExtractorRuntimeConfiguration configuration) Deprecated.This method is mainly used to customizePipeExtractor.voidPipeProcessor.customize(PipeParameters parameters, PipeProcessorRuntimeConfiguration configuration) This method is mainly used to customizePipeProcessor.voidPipeSink.customize(PipeParameters parameters, PipeSinkRuntimeConfiguration configuration) This method is mainly used to customizePipeSink.voidPipeSource.customize(PipeParameters parameters, PipeSourceRuntimeConfiguration configuration) This method is mainly used to customizePipeSource. -
Uses of PipeParameters in org.apache.iotdb.pipe.api.customizer.parameter
Methods in org.apache.iotdb.pipe.api.customizer.parameter that return PipeParametersModifier and TypeMethodDescriptionPipeParameters.addOrReplaceEquivalentAttributes(PipeParameters that) This method adds (non-existed) or replaces (existed) equivalent attributes in this PipeParameters with those from another PipeParameters.PipeParameters.addOrReplaceEquivalentAttributesWithClone(PipeParameters that) This method clones a newPipeParameterswith equivalent attributes in thisPipeParametersadded by (non-existed) or replaces with (existed) those from anotherPipeParameters.PipeParameterValidator.getParameters()Methods in org.apache.iotdb.pipe.api.customizer.parameter with parameters of type PipeParametersModifier and TypeMethodDescriptionPipeParameters.addOrReplaceEquivalentAttributes(PipeParameters that) This method adds (non-existed) or replaces (existed) equivalent attributes in this PipeParameters with those from another PipeParameters.PipeParameters.addOrReplaceEquivalentAttributesWithClone(PipeParameters that) This method clones a newPipeParameterswith equivalent attributes in thisPipeParametersadded by (non-existed) or replaces with (existed) those from anotherPipeParameters.Constructors in org.apache.iotdb.pipe.api.customizer.parameter with parameters of type PipeParameters