类 TaskExecutionService.CooperativeTaskWorker
java.lang.Object
org.apache.seatunnel.engine.server.TaskExecutionService.CooperativeTaskWorker
- 所有已实现的接口:
Runnable
- 封闭类:
- TaskExecutionService
CooperativeTaskWorker is used to poll the task call method, When a task times out, a new
BusWork will be created to take over the execution of the task
-
字段概要
字段 -
构造器概要
构造器构造器说明CooperativeTaskWorker(LinkedBlockingDeque<TaskTracker> taskQueue, TaskExecutionService.RunBusWorkSupplier runBusWorkSupplier, BlockingQueue<Future<?>> futureBlockingQueue) -
方法概要
-
字段详细资料
-
exclusiveTaskTracker
-
taskQueue
-
-
构造器详细资料
-
CooperativeTaskWorker
public CooperativeTaskWorker(LinkedBlockingDeque<TaskTracker> taskQueue, TaskExecutionService.RunBusWorkSupplier runBusWorkSupplier, BlockingQueue<Future<?>> futureBlockingQueue)
-
-
方法详细资料