Package io.trino.execution.scheduler
Interface FixedCountScheduler.TaskScheduler
-
- Enclosing class:
- FixedCountScheduler
public static interface FixedCountScheduler.TaskScheduler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<RemoteTask>scheduleTask(InternalNode node, int partition)
-
-
-
Method Detail
-
scheduleTask
Optional<RemoteTask> scheduleTask(InternalNode node, int partition)
-
-