Uses of Class
io.trino.execution.scheduler.SplitSchedulerStats
Packages that use SplitSchedulerStats
-
Uses of SplitSchedulerStats in io.trino.execution
Methods in io.trino.execution with parameters of type SplitSchedulerStatsModifier and TypeMethodDescriptionstatic 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 SplitSchedulerStatsModifierConstructorDescriptionStageStateMachine(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 SplitSchedulerStatsModifierConstructorDescriptionSqlQueryScheduler(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)