Class FixedCountScheduler

java.lang.Object
io.trino.execution.scheduler.FixedCountScheduler
All Implemented Interfaces:
StageScheduler, Closeable, AutoCloseable

public class FixedCountScheduler extends Object implements StageScheduler
  • Constructor Details

  • Method Details

    • schedule

      public ScheduleResult schedule()
      Description copied from interface: StageScheduler
      Schedules as much work as possible without blocking. The schedule results is a hint to the query scheduler if and when the stage scheduler should be invoked again. It is important to note that this is only a hint and the query scheduler may call the schedule method at any time.
      Specified by:
      schedule in interface StageScheduler