Uses of Class
io.trino.operator.StageExecutionDescriptor.StageExecutionStrategy
-
Packages that use StageExecutionDescriptor.StageExecutionStrategy Package Description io.trino.operator -
-
Uses of StageExecutionDescriptor.StageExecutionStrategy in io.trino.operator
Methods in io.trino.operator that return StageExecutionDescriptor.StageExecutionStrategy Modifier and Type Method Description StageExecutionDescriptor.StageExecutionStrategyStageExecutionDescriptor. getStageExecutionStrategy()static StageExecutionDescriptor.StageExecutionStrategyStageExecutionDescriptor.StageExecutionStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static StageExecutionDescriptor.StageExecutionStrategy[]StageExecutionDescriptor.StageExecutionStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.operator with parameters of type StageExecutionDescriptor.StageExecutionStrategy Modifier and Type Method Description static StageExecutionDescriptorStageExecutionDescriptor. jsonCreator(StageExecutionDescriptor.StageExecutionStrategy strategy, Set<PlanNodeId> groupedExecutionCapableScanNodes)
-