Uses of Class
io.trino.execution.scheduler.PartitionIdAllocator
-
Packages that use PartitionIdAllocator Package Description io.trino.execution.scheduler -
-
Uses of PartitionIdAllocator in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler with parameters of type PartitionIdAllocator Modifier and Type Method Description static SourceSchedulerSourcePartitionedScheduler. newSourcePartitionedSchedulerAsSourceScheduler(PipelinedStageExecution stageExecution, PlanNodeId partitionedNode, SplitSource splitSource, SplitPlacementPolicy splitPlacementPolicy, int splitBatchSize, boolean groupedExecution, DynamicFilterService dynamicFilterService, TableExecuteContextManager tableExecuteContextManager, BooleanSupplier anySourceTaskBlocked, PartitionIdAllocator partitionIdAllocator, Map<InternalNode,RemoteTask> scheduledTasks)Obtains aSourceSchedulersuitable for use in FixedSourcePartitionedScheduler.
-