Uses of Interface
org.apache.shardingsphere.data.pipeline.core.prepare.datasource.DataSourcePreparer
Packages that use DataSourcePreparer
Package
Description
-
Uses of DataSourcePreparer in org.apache.shardingsphere.data.pipeline.core.prepare.datasource
Classes in org.apache.shardingsphere.data.pipeline.core.prepare.datasource that implement DataSourcePreparer -
Uses of DataSourcePreparer in org.apache.shardingsphere.scaling.core.job.check
Methods in org.apache.shardingsphere.scaling.core.job.check that return types with arguments of type DataSourcePreparerModifier and TypeMethodDescriptionstatic Optional<DataSourcePreparer>EnvironmentCheckerFactory.getDataSourcePreparer(String databaseType) Create data source preparer instance.Class<? extends DataSourcePreparer>EnvironmentChecker.getDataSourcePreparerClass()Get data source preparer type.