Uses of Interface
io.trino.execution.TaskManager
-
Packages that use TaskManager Package Description io.trino.connector.system io.trino.execution io.trino.memory io.trino.server io.trino.server.testing -
-
Uses of TaskManager in io.trino.connector.system
Constructors in io.trino.connector.system with parameters of type TaskManager Constructor Description TaskSystemTable(TaskManager taskManager, io.airlift.node.NodeInfo nodeInfo) -
Uses of TaskManager in io.trino.execution
Classes in io.trino.execution that implement TaskManager Modifier and Type Class Description classSqlTaskManager -
Uses of TaskManager in io.trino.memory
Constructors in io.trino.memory with parameters of type TaskManager Constructor Description MemoryResource(LocalMemoryManager memoryManager, TaskManager taskManager) -
Uses of TaskManager in io.trino.server
Constructors in io.trino.server with parameters of type TaskManager Constructor Description GracefulShutdownHandler(TaskManager sqlTaskManager, ServerConfig serverConfig, ShutdownAction shutdownAction, io.airlift.bootstrap.LifeCycleManager lifeCycleManager)TaskResource(TaskManager taskManager, SessionPropertyManager sessionPropertyManager, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor) -
Uses of TaskManager in io.trino.server.testing
Methods in io.trino.server.testing that return TaskManager Modifier and Type Method Description TaskManagerTestingTrinoServer. getTaskManager()
-