Uses of Enum
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 TypeMethodDescriptionScheduleResult.BlockedReason.combineWith(ScheduleResult.BlockedReason other) static ScheduleResult.BlockedReasonReturns 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.BlockedReasonMethods in io.trino.execution.scheduler with parameters of type ScheduleResult.BlockedReasonModifier and TypeMethodDescriptionScheduleResult.BlockedReason.combineWith(ScheduleResult.BlockedReason other) Constructors 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)