Uses of Interface
io.trino.execution.scheduler.PartitionMemoryEstimatorFactory
Packages that use PartitionMemoryEstimatorFactory
-
Uses of PartitionMemoryEstimatorFactory in io.trino.execution.scheduler
Classes in io.trino.execution.scheduler that implement PartitionMemoryEstimatorFactoryConstructors in io.trino.execution.scheduler with parameters of type PartitionMemoryEstimatorFactoryModifierConstructorDescriptionEventDrivenFaultTolerantQueryScheduler(QueryStateMachine queryStateMachine, Metadata metadata, RemoteTaskFactory remoteTaskFactory, TaskDescriptorStorage taskDescriptorStorage, EventDrivenTaskSourceFactory taskSourceFactory, boolean summarizeTaskInfo, NodeTaskMap nodeTaskMap, ExecutorService queryExecutor, ScheduledExecutorService scheduledExecutorService, SplitSchedulerStats schedulerStats, PartitionMemoryEstimatorFactory memoryEstimatorFactory, NodePartitioningManager nodePartitioningManager, ExchangeManager exchangeManager, NodeAllocatorService nodeAllocatorService, FailureDetector failureDetector, DynamicFilterService dynamicFilterService, TaskExecutionStats taskExecutionStats, SubPlan originalPlan)