Uses of Enum Class
io.trino.execution.scheduler.faulttolerant.TaskExecutionClass
Packages that use TaskExecutionClass
-
Uses of TaskExecutionClass in io.trino.execution.scheduler.faulttolerant
Methods in io.trino.execution.scheduler.faulttolerant 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.faulttolerant 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) Update execution class if it changes at runtime.