Class StagesScheduleResult
- java.lang.Object
-
- io.trino.execution.scheduler.policy.StagesScheduleResult
-
public class StagesScheduleResult extends Object
-
-
Constructor Summary
Constructors Constructor Description StagesScheduleResult(Set<StageExecution> stagesToSchedule)StagesScheduleResult(Set<StageExecution> stagesToSchedule, Optional<com.google.common.util.concurrent.ListenableFuture<Void>> rescheduleFuture)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<com.google.common.util.concurrent.ListenableFuture<Void>>getRescheduleFuture()Set<StageExecution>getStagesToSchedule()
-
-
-
Constructor Detail
-
StagesScheduleResult
public StagesScheduleResult(Set<StageExecution> stagesToSchedule)
-
StagesScheduleResult
public StagesScheduleResult(Set<StageExecution> stagesToSchedule, Optional<com.google.common.util.concurrent.ListenableFuture<Void>> rescheduleFuture)
-
-
Method Detail
-
getStagesToSchedule
public Set<StageExecution> getStagesToSchedule()
-
-