Uses of Class
io.trino.execution.scheduler.NodeSchedulerConfig.NodeSchedulerPolicy
-
Packages that use NodeSchedulerConfig.NodeSchedulerPolicy Package Description io.trino.execution.scheduler -
-
Uses of NodeSchedulerConfig.NodeSchedulerPolicy in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return NodeSchedulerConfig.NodeSchedulerPolicy Modifier and Type Method Description @NotNull NodeSchedulerConfig.NodeSchedulerPolicyNodeSchedulerConfig. getNodeSchedulerPolicy()static NodeSchedulerConfig.NodeSchedulerPolicyNodeSchedulerConfig.NodeSchedulerPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeSchedulerConfig.NodeSchedulerPolicy[]NodeSchedulerConfig.NodeSchedulerPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-