Uses of Class
io.trino.execution.scheduler.SplitSchedulerStats
-
Packages that use SplitSchedulerStats Package Description io.trino.execution io.trino.execution.scheduler -
-
Uses of SplitSchedulerStats in io.trino.execution
Methods in io.trino.execution with parameters of type SplitSchedulerStats Modifier and Type Method Description static SqlStageSqlStage. createSqlStage(StageId stageId, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, RemoteTaskFactory remoteTaskFactory, Session session, boolean summarizeTaskInfo, NodeTaskMap nodeTaskMap, Executor executor, SplitSchedulerStats schedulerStats)Constructors in io.trino.execution with parameters of type SplitSchedulerStats Constructor Description StageStateMachine(StageId stageId, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, Executor executor, SplitSchedulerStats schedulerStats) -
Uses of SplitSchedulerStats in io.trino.execution.scheduler
Constructors in io.trino.execution.scheduler with parameters of type SplitSchedulerStats 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)
-