Uses of Interface
io.trino.execution.scheduler.TaskSourceFactory
-
Packages that use TaskSourceFactory Package Description io.trino.execution.scheduler -
-
Uses of TaskSourceFactory in io.trino.execution.scheduler
Classes in io.trino.execution.scheduler that implement TaskSourceFactory Modifier and Type Class Description classStageTaskSourceFactoryConstructors in io.trino.execution.scheduler with parameters of type TaskSourceFactory Constructor Description FaultTolerantStageScheduler(Session session, SqlStage stage, FailureDetector failureDetector, TaskSourceFactory taskSourceFactory, NodeAllocator nodeAllocator, TaskLifecycleListener taskLifecycleListener, Optional<Exchange> sinkExchange, Optional<int[]> sinkBucketToPartitionMap, Map<PlanFragmentId,Exchange> sourceExchanges, Optional<int[]> sourceBucketToPartitionMap, Optional<BucketNodeMap> sourceBucketNodeMap, int retryAttempts)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, ExchangeManagerRegistry exchangeManagerRegistry, TaskSourceFactory taskSourceFactory)
-