Uses of Enum Class
io.trino.execution.scheduler.faulttolerant.TaskExecutionClass
Packages that use TaskExecutionClass
-
Uses of TaskExecutionClass in io.trino.execution.scheduler.faulttolerant
Subclasses with type arguments of type TaskExecutionClass in io.trino.execution.scheduler.faulttolerantMethods 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, QueryId queryId) 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.