Uses of Enum Class
io.trino.execution.scheduler.ScheduleResult.BlockedReason
Packages that use ScheduleResult.BlockedReason
-
Uses of ScheduleResult.BlockedReason in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return ScheduleResult.BlockedReasonModifier and TypeMethodDescriptionstatic ScheduleResult.BlockedReasonReturns the enum constant of this class with the specified name.static ScheduleResult.BlockedReason[]ScheduleResult.BlockedReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.execution.scheduler that return types with arguments of type ScheduleResult.BlockedReasonConstructors in io.trino.execution.scheduler with parameters of type ScheduleResult.BlockedReasonModifierConstructorDescriptionScheduleResult(boolean finished, Iterable<? extends RemoteTask> newTasks, com.google.common.util.concurrent.ListenableFuture<Void> blocked, ScheduleResult.BlockedReason blockedReason, int splitsScheduled)