Uses of Interface
io.prestosql.execution.TaskManager
-
Packages that use TaskManager Package Description io.prestosql.connector.system io.prestosql.execution io.prestosql.memory io.prestosql.server io.prestosql.server.testing -
-
Uses of TaskManager in io.prestosql.connector.system
Constructors in io.prestosql.connector.system with parameters of type TaskManager Constructor Description TaskSystemTable(TaskManager taskManager, io.airlift.node.NodeInfo nodeInfo) -
Uses of TaskManager in io.prestosql.execution
Classes in io.prestosql.execution that implement TaskManager Modifier and Type Class Description classSqlTaskManager -
Uses of TaskManager in io.prestosql.memory
Constructors in io.prestosql.memory with parameters of type TaskManager Constructor Description MemoryResource(LocalMemoryManager memoryManager, TaskManager taskManager) -
Uses of TaskManager in io.prestosql.server
Constructors in io.prestosql.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.prestosql.server.testing
Methods in io.prestosql.server.testing that return TaskManager Modifier and Type Method Description TaskManagerTestingPrestoServer. getTaskManager()
-