Uses of Class
io.trino.execution.scheduler.ScheduleResult.BlockedReason
-
Packages that use ScheduleResult.BlockedReason Package Description io.trino.execution.scheduler -
-
Uses of ScheduleResult.BlockedReason in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return ScheduleResult.BlockedReason Modifier and Type Method Description ScheduleResult.BlockedReasonScheduleResult.BlockedReason. combineWith(ScheduleResult.BlockedReason other)static ScheduleResult.BlockedReasonScheduleResult.BlockedReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduleResult.BlockedReason[]ScheduleResult.BlockedReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.execution.scheduler that return types with arguments of type ScheduleResult.BlockedReason Modifier and Type Method Description Optional<ScheduleResult.BlockedReason>ScheduleResult. getBlockedReason()Methods in io.trino.execution.scheduler with parameters of type ScheduleResult.BlockedReason Modifier and Type Method Description ScheduleResult.BlockedReasonScheduleResult.BlockedReason. combineWith(ScheduleResult.BlockedReason other)Constructors in io.trino.execution.scheduler with parameters of type ScheduleResult.BlockedReason Constructor Description ScheduleResult(boolean finished, Iterable<? extends RemoteTask> newTasks, com.google.common.util.concurrent.ListenableFuture<?> blocked, ScheduleResult.BlockedReason blockedReason, int splitsScheduled)
-