Uses of Enum Class
io.trino.spi.resourcegroups.SchedulingPolicy
Packages that use SchedulingPolicy
-
Uses of SchedulingPolicy in io.trino.spi.resourcegroups
Subclasses with type arguments of type SchedulingPolicy in io.trino.spi.resourcegroupsMethods in io.trino.spi.resourcegroups that return SchedulingPolicyModifier and TypeMethodDescriptionResourceGroup.getSchedulingPolicy()static SchedulingPolicyReturns the enum constant of this class with the specified name.static SchedulingPolicy[]SchedulingPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.spi.resourcegroups with parameters of type SchedulingPolicyModifier and TypeMethodDescriptionvoidResourceGroup.setSchedulingPolicy(SchedulingPolicy policy) Scheduling policy to use when dividing resources among child resource groups, or among queries submitted to this group.