Uses of Enum Class
io.trino.execution.scheduler.TaskExecutionClass
Packages that use TaskExecutionClass
-
Uses of TaskExecutionClass in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return TaskExecutionClassModifier and TypeMethodDescriptionstatic TaskExecutionClassReturns the enum constant of this class with the specified name.static TaskExecutionClass[]TaskExecutionClass.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.execution.scheduler with parameters of type TaskExecutionClassModifier and TypeMethodDescriptionBinPackingNodeAllocatorService.acquire(NodeRequirements nodeRequirements, io.airlift.units.DataSize memoryRequirement, TaskExecutionClass executionClass) NodeAllocator.acquire(NodeRequirements nodeRequirements, io.airlift.units.DataSize memoryRequirement, TaskExecutionClass executionClass) Requests acquisition of node.voidNodeAllocator.NodeLease.setExecutionClass(TaskExecutionClass executionClass)