Package io.trino.execution.scheduler
Class TopologyAwareNodeSelectorConfig
java.lang.Object
io.trino.execution.scheduler.TopologyAwareNodeSelectorConfig
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()setLocationSegmentNames(String locationSegmentNames) setLocationSegmentNames(List<String> locationSegmentNames)
-
Constructor Details
-
TopologyAwareNodeSelectorConfig
public TopologyAwareNodeSelectorConfig()
-
-
Method Details
-
getType
-
setType
@Config("node-scheduler.network-topology.type") public TopologyAwareNodeSelectorConfig setType(TopologyAwareNodeSelectorConfig.TopologyType type) -
getLocationSegmentNames
-
setLocationSegmentNames
-
setLocationSegmentNames
@Config("node-scheduler.network-topology.segments") public TopologyAwareNodeSelectorConfig setLocationSegmentNames(String locationSegmentNames)
-