Uses of Class
io.trino.execution.scheduler.StageTaskSourceFactory.SourceDistributionTaskSource
-
Packages that use StageTaskSourceFactory.SourceDistributionTaskSource Package Description io.trino.execution.scheduler -
-
Uses of StageTaskSourceFactory.SourceDistributionTaskSource in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return StageTaskSourceFactory.SourceDistributionTaskSource Modifier and Type Method Description static StageTaskSourceFactory.SourceDistributionTaskSourceStageTaskSourceFactory.SourceDistributionTaskSource. create(Session session, PlanFragment fragment, SplitSourceFactory splitSourceFactory, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, TableExecuteContextManager tableExecuteContextManager, int splitBatchSize, LongConsumer getSplitTimeRecorder, int targetPartitionSplitCount)
-