Class StandardPipelineDataSourceCreator
java.lang.Object
org.apache.shardingsphere.data.pipeline.core.datasource.creator.impl.StandardPipelineDataSourceCreator
- All Implemented Interfaces:
PipelineDataSourceCreator,org.apache.shardingsphere.spi.type.typed.TypedSPI
public final class StandardPipelineDataSourceCreator
extends Object
implements PipelineDataSourceCreator
Standard pipeline data source creator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePipelineDataSource(Object pipelineDataSourceConfig) Create pipeline data source.getType()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.spi.type.typed.TypedSPI
getTypeAliases
-
Constructor Details
-
StandardPipelineDataSourceCreator
public StandardPipelineDataSourceCreator()
-
-
Method Details
-
createPipelineDataSource
Description copied from interface:PipelineDataSourceCreatorCreate pipeline data source.- Specified by:
createPipelineDataSourcein interfacePipelineDataSourceCreator- Parameters:
pipelineDataSourceConfig- pipeline data source configuration- Returns:
- pipeline data source
-
getType
- Specified by:
getTypein interfaceorg.apache.shardingsphere.spi.type.typed.TypedSPI
-