Uses of Class
io.trino.execution.scheduler.NodeScheduler
-
Packages that use NodeScheduler Package Description io.trino.execution.scheduler io.trino.sql.planner -
-
Uses of NodeScheduler in io.trino.execution.scheduler
Constructors in io.trino.execution.scheduler with parameters of type NodeScheduler Constructor Description SqlQueryScheduler(QueryStateMachine queryStateMachine, SubPlan plan, NodePartitioningManager nodePartitioningManager, NodeScheduler nodeScheduler, RemoteTaskFactory remoteTaskFactory, boolean summarizeTaskInfo, int splitBatchSize, ExecutorService queryExecutor, ScheduledExecutorService schedulerExecutor, FailureDetector failureDetector, NodeTaskMap nodeTaskMap, ExecutionPolicy executionPolicy, SplitSchedulerStats schedulerStats, DynamicFilterService dynamicFilterService, TableExecuteContextManager tableExecuteContextManager, Metadata metadata, SplitSourceFactory splitSourceFactory, TaskManager coordinatorTaskManager) -
Uses of NodeScheduler in io.trino.sql.planner
Methods in io.trino.sql.planner with parameters of type NodeScheduler Modifier and Type Method Description NodePartitionMapSystemPartitioningHandle. getNodePartitionMap(Session session, NodeScheduler nodeScheduler)Constructors in io.trino.sql.planner with parameters of type NodeScheduler Constructor Description NodePartitioningManager(NodeScheduler nodeScheduler, BlockTypeOperators blockTypeOperators)
-