类 SlotContext
- java.lang.Object
-
- org.apache.seatunnel.engine.server.service.slot.SlotContext
-
public class SlotContext extends Object
-
-
构造器概要
构造器 构造器 说明 SlotContext(int slotID, TaskExecutionService taskExecutionService)
-
-
-
构造器详细资料
-
SlotContext
public SlotContext(int slotID, TaskExecutionService taskExecutionService)
-
-
方法详细资料
-
getSlotID
public int getSlotID()
-
getTaskExecutionService
public TaskExecutionService getTaskExecutionService()
-
-