Class StagesScheduleResult
java.lang.Object
io.trino.execution.scheduler.policy.StagesScheduleResult
-
Constructor Summary
ConstructorsConstructorDescriptionStagesScheduleResult(Set<StageExecution> stagesToSchedule) StagesScheduleResult(Set<StageExecution> stagesToSchedule, Optional<com.google.common.util.concurrent.ListenableFuture<Void>> rescheduleFuture) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
StagesScheduleResult
-
StagesScheduleResult
public StagesScheduleResult(Set<StageExecution> stagesToSchedule, Optional<com.google.common.util.concurrent.ListenableFuture<Void>> rescheduleFuture)
-
-
Method Details
-
getStagesToSchedule
-
getRescheduleFuture
-