Class PipelineChannelCreatorFactory
java.lang.Object
org.apache.shardingsphere.data.pipeline.spi.ingest.channel.PipelineChannelCreatorFactory
Pipeline channel creator factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanJudge whether contains pipeline channel creator.static PipelineChannelCreatornewInstance(ShardingSphereAlgorithmConfiguration pipelineChannelCreatorConfig) Create new instance of pipeline channel creator.
-
Constructor Details
-
PipelineChannelCreatorFactory
public PipelineChannelCreatorFactory()
-
-
Method Details
-
newInstance
public static PipelineChannelCreator newInstance(ShardingSphereAlgorithmConfiguration pipelineChannelCreatorConfig) Create new instance of pipeline channel creator.- Parameters:
pipelineChannelCreatorConfig- pipeline channel creator configuration- Returns:
- created instance
-
contains
Judge whether contains pipeline channel creator.- Parameters:
pipelineChannelCreatorType- pipeline channel creator type- Returns:
- contains pipeline channel creator or not
-