Uses of Class
org.apache.shardingsphere.data.pipeline.core.execute.ExecuteEngine
Packages that use ExecuteEngine
Package
Description
-
Uses of ExecuteEngine in org.apache.shardingsphere.data.pipeline.core.execute
Methods in org.apache.shardingsphere.data.pipeline.core.execute that return ExecuteEngineModifier and TypeMethodDescriptionstatic ExecuteEngineExecuteEngine.newCachedThreadInstance(String threadName) Create task execute engine instance with cached thread pool.static ExecuteEngineExecuteEngine.newFixedThreadInstance(int threadNumber, String threadName) Create task execute engine instance with fixed thread pool. -
Uses of ExecuteEngine in org.apache.shardingsphere.data.pipeline.core.task
Constructors in org.apache.shardingsphere.data.pipeline.core.task with parameters of type ExecuteEngineModifierConstructorDescriptionIncrementalTask(int concurrency, DumperConfiguration dumperConfig, ImporterConfiguration importerConfig, PipelineChannelCreator pipelineChannelCreator, PipelineDataSourceManager dataSourceManager, PipelineTableMetaDataLoader sourceMetaDataLoader, ExecuteEngine incrementalDumperExecuteEngine) InventoryTask(InventoryDumperConfiguration inventoryDumperConfig, ImporterConfiguration importerConfig, PipelineChannelCreator pipelineChannelCreator, PipelineDataSourceManager dataSourceManager, DataSource sourceDataSource, PipelineTableMetaDataLoader sourceMetaDataLoader, ExecuteEngine importerExecuteEngine)