Uses of Class
io.trino.execution.executor.TaskExecutor
-
Packages that use TaskExecutor Package Description io.trino.execution io.trino.server -
-
Uses of TaskExecutor in io.trino.execution
Constructors in io.trino.execution with parameters of type TaskExecutor Constructor Description SqlTaskExecutionFactory(Executor taskNotificationExecutor, TaskExecutor taskExecutor, LocalExecutionPlanner planner, SplitMonitor splitMonitor, TaskManagerConfig config)SqlTaskManager(VersionEmbedder versionEmbedder, LocalExecutionPlanner planner, LocationFactory locationFactory, TaskExecutor taskExecutor, SplitMonitor splitMonitor, io.airlift.node.NodeInfo nodeInfo, LocalMemoryManager localMemoryManager, TaskManagementExecutor taskManagementExecutor, TaskManagerConfig config, NodeMemoryConfig nodeMemoryConfig, LocalSpillManager localSpillManager, NodeSpillConfig nodeSpillConfig, io.airlift.stats.GcMonitor gcMonitor) -
Uses of TaskExecutor in io.trino.server
Constructors in io.trino.server with parameters of type TaskExecutor Constructor Description TaskExecutorResource(TaskExecutor taskExecutor)
-