Package io.trino.execution.scheduler
Class SubnetTopologyConfig
java.lang.Object
io.trino.execution.scheduler.SubnetTopologyConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAddressProtocol(SubnetBasedTopology.AddressProtocol addressProtocol) setCidrPrefixLengths(String commaSeparatedLengths)
-
Constructor Details
-
SubnetTopologyConfig
public SubnetTopologyConfig()
-
-
Method Details
-
getCidrPrefixLengths
-
setCidrPrefixLengths
@Config("node-scheduler.network-topology.subnet.cidr-prefix-lengths") public SubnetTopologyConfig setCidrPrefixLengths(String commaSeparatedLengths) -
getAddressProtocol
-
setAddressProtocol
@Config("node-scheduler.network-topology.subnet.ip-address-protocol") public SubnetTopologyConfig setAddressProtocol(SubnetBasedTopology.AddressProtocol addressProtocol)
-