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
Methods in io.trino.execution.scheduler with parameters of type NodeScheduler Modifier and Type Method Description static SqlQuerySchedulerSqlQueryScheduler. createSqlQueryScheduler(QueryStateMachine queryStateMachine, StageExecutionPlan plan, NodePartitioningManager nodePartitioningManager, NodeScheduler nodeScheduler, RemoteTaskFactory remoteTaskFactory, Session session, boolean summarizeTaskInfo, int splitBatchSize, ExecutorService queryExecutor, ScheduledExecutorService schedulerExecutor, FailureDetector failureDetector, OutputBuffers rootOutputBuffers, NodeTaskMap nodeTaskMap, ExecutionPolicy executionPolicy, SplitSchedulerStats schedulerStats, DynamicFilterService dynamicFilterService) -
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)
-