Class PipeConfigNodePluginAgent
java.lang.Object
org.apache.iotdb.commons.pipe.agent.plugin.PipePluginAgent
org.apache.iotdb.confignode.manager.pipe.agent.plugin.PipeConfigNodePluginAgent
-
Field Summary
Fields inherited from class org.apache.iotdb.commons.pipe.agent.plugin.PipePluginAgent
pipePluginMetaKeeper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PipeConnectorConstructorcreatePipeConnectorConstructor(PipePluginMetaKeeper pipePluginMetaKeeper) protected PipeExtractorConstructorcreatePipeExtractorConstructor(PipePluginMetaKeeper pipePluginMetaKeeper) protected PipeProcessorConstructorcreatePipeProcessorConstructor(PipePluginMetaKeeper pipePluginMetaKeeper) Methods inherited from class org.apache.iotdb.commons.pipe.agent.plugin.PipePluginAgent
getConfiguredProcessor, getSubProcessorNamesWithSpecifiedParent, reflectConnector, reflectExtractor, reflectProcessor, validate, validateConnector, validateExtractor, validateProcessor
-
Constructor Details
-
PipeConfigNodePluginAgent
-
-
Method Details
-
createPipeExtractorConstructor
protected PipeExtractorConstructor createPipeExtractorConstructor(PipePluginMetaKeeper pipePluginMetaKeeper) - Specified by:
createPipeExtractorConstructorin classPipePluginAgent
-
createPipeProcessorConstructor
protected PipeProcessorConstructor createPipeProcessorConstructor(PipePluginMetaKeeper pipePluginMetaKeeper) - Specified by:
createPipeProcessorConstructorin classPipePluginAgent
-
createPipeConnectorConstructor
protected PipeConnectorConstructor createPipeConnectorConstructor(PipePluginMetaKeeper pipePluginMetaKeeper) - Specified by:
createPipeConnectorConstructorin classPipePluginAgent
-