Uses of Class
io.trino.execution.scheduler.TopologyAwareNodeSelectorConfig.TopologyType
-
Packages that use TopologyAwareNodeSelectorConfig.TopologyType Package Description io.trino.execution.scheduler -
-
Uses of TopologyAwareNodeSelectorConfig.TopologyType in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return TopologyAwareNodeSelectorConfig.TopologyType Modifier and Type Method Description @NotNull TopologyAwareNodeSelectorConfig.TopologyTypeTopologyAwareNodeSelectorConfig. getType()static TopologyAwareNodeSelectorConfig.TopologyTypeTopologyAwareNodeSelectorConfig.TopologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static TopologyAwareNodeSelectorConfig.TopologyType[]TopologyAwareNodeSelectorConfig.TopologyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.execution.scheduler with parameters of type TopologyAwareNodeSelectorConfig.TopologyType Modifier and Type Method Description TopologyAwareNodeSelectorConfigTopologyAwareNodeSelectorConfig. setType(TopologyAwareNodeSelectorConfig.TopologyType type)
-