Uses of Class
org.apache.shardingsphere.data.pipeline.core.task.InventoryTask
Packages that use InventoryTask
Package
Description
-
Uses of InventoryTask in org.apache.shardingsphere.data.pipeline.scenario.rulealtered
Method parameters in org.apache.shardingsphere.data.pipeline.scenario.rulealtered with type arguments of type InventoryTaskModifier and TypeMethodDescriptionstatic booleanRuleAlteredJobProgressDetector.allInventoryTasksFinished(Collection<InventoryTask> inventoryTasks) All inventory tasks is finished. -
Uses of InventoryTask in org.apache.shardingsphere.data.pipeline.scenario.rulealtered.prepare
Methods in org.apache.shardingsphere.data.pipeline.scenario.rulealtered.prepare that return types with arguments of type InventoryTaskModifier and TypeMethodDescriptionInventoryTaskSplitter.splitInventoryData(RuleAlteredJobContext jobContext) Split inventory data to multi-tasks.