Interface PipelineTask
- All Superinterfaces:
LifecycleExecutor,Runnable
- All Known Implementing Classes:
IncrementalTask,InventoryTask
Pipeline task interface.
-
Method Summary
Modifier and TypeMethodDescriptionGet Task progress.Get task id.Methods inherited from interface org.apache.shardingsphere.data.pipeline.api.executor.LifecycleExecutor
start, stop
-
Method Details
-
getTaskId
String getTaskId()Get task id.- Returns:
- task id
-
getProgress
TaskProgress getProgress()Get Task progress.- Returns:
- Task progress
-