Uses of Interface
risesoft.data.transfer.core.executor.ExecutorTaskQueue
-
Packages that use ExecutorTaskQueue Package Description risesoft.data.transfer.core.channel risesoft.data.transfer.core.context -
-
Uses of ExecutorTaskQueue in risesoft.data.transfer.core.channel
Constructors in risesoft.data.transfer.core.channel with parameters of type ExecutorTaskQueue Constructor Description JoinOutExecutorChannel(ExecutorTaskQueue outExecutor) -
Uses of ExecutorTaskQueue in risesoft.data.transfer.core.context
Methods in risesoft.data.transfer.core.context that return ExecutorTaskQueue Modifier and Type Method Description ExecutorTaskQueueJobContext. getInExecutorTaskQueue()ExecutorTaskQueueJobContext. getOutExecutorTaskQueue()Methods in risesoft.data.transfer.core.context with parameters of type ExecutorTaskQueue Modifier and Type Method Description JobContextJobContext. setInExecutorTaskQueue(ExecutorTaskQueue inExecutorTaskQueue)JobContextJobContext. setOutExecutorTaskQueue(ExecutorTaskQueue outExecutorTaskQueue)
-