Uses of Interface
io.trino.execution.scheduler.NodeAllocator
-
Packages that use NodeAllocator Package Description io.trino.execution.scheduler -
-
Uses of NodeAllocator in io.trino.execution.scheduler
Classes in io.trino.execution.scheduler that implement NodeAllocator Modifier and Type Class Description classFixedCountNodeAllocatorConstructors in io.trino.execution.scheduler with parameters of type NodeAllocator 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)
-