Uses of Interface
io.trino.execution.scheduler.SourceScheduler
-
Packages that use SourceScheduler Package Description io.trino.execution.scheduler io.trino.execution.scheduler.group -
-
Uses of SourceScheduler in io.trino.execution.scheduler
Classes in io.trino.execution.scheduler that implement SourceScheduler Modifier and Type Class Description classSourcePartitionedSchedulerMethods in io.trino.execution.scheduler that return SourceScheduler Modifier and Type Method Description static SourceSchedulerSourcePartitionedScheduler. newSourcePartitionedSchedulerAsSourceScheduler(SqlStageExecution stage, PlanNodeId partitionedNode, SplitSource splitSource, SplitPlacementPolicy splitPlacementPolicy, int splitBatchSize, boolean groupedExecution, DynamicFilterService dynamicFilterService, BooleanSupplier anySourceTaskBlocked)Obtains aSourceSchedulersuitable for use in FixedSourcePartitionedScheduler. -
Uses of SourceScheduler in io.trino.execution.scheduler.group
Methods in io.trino.execution.scheduler.group with parameters of type SourceScheduler Modifier and Type Method Description com.google.common.util.concurrent.SettableFuture<?>DynamicLifespanScheduler. schedule(SourceScheduler scheduler)com.google.common.util.concurrent.SettableFuture<?>FixedLifespanScheduler. schedule(SourceScheduler scheduler)com.google.common.util.concurrent.SettableFuture<?>LifespanScheduler. schedule(SourceScheduler scheduler)voidDynamicLifespanScheduler. scheduleInitial(SourceScheduler scheduler)voidFixedLifespanScheduler. scheduleInitial(SourceScheduler scheduler)voidLifespanScheduler. scheduleInitial(SourceScheduler scheduler)
-