Uses of Interface
io.trino.execution.scheduler.SourceScheduler
Packages that use SourceScheduler
-
Uses of SourceScheduler in io.trino.execution.scheduler
Classes in io.trino.execution.scheduler that implement SourceSchedulerMethods in io.trino.execution.scheduler that return SourceSchedulerModifier and TypeMethodDescriptionstatic SourceSchedulerSourcePartitionedScheduler.newSourcePartitionedSchedulerAsSourceScheduler(StageExecution stageExecution, PlanNodeId partitionedNode, SplitSource splitSource, SplitPlacementPolicy splitPlacementPolicy, int splitBatchSize, DynamicFilterService dynamicFilterService, TableExecuteContextManager tableExecuteContextManager, BooleanSupplier anySourceTaskBlocked, PartitionIdAllocator partitionIdAllocator, Map<InternalNode, RemoteTask> scheduledTasks) Obtains aSourceSchedulersuitable for use in FixedSourcePartitionedScheduler.