Package io.trino.execution.scheduler
Class SubnetTopologyConfig
- java.lang.Object
-
- io.trino.execution.scheduler.SubnetTopologyConfig
-
public class SubnetTopologyConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description SubnetTopologyConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubnetBasedTopology.AddressProtocolgetAddressProtocol()List<Integer>getCidrPrefixLengths()SubnetTopologyConfigsetAddressProtocol(SubnetBasedTopology.AddressProtocol addressProtocol)SubnetTopologyConfigsetCidrPrefixLengths(String commaSeparatedLengths)
-
-
-
Method Detail
-
setCidrPrefixLengths
@Config("node-scheduler.network-topology.subnet.cidr-prefix-lengths") public SubnetTopologyConfig setCidrPrefixLengths(String commaSeparatedLengths)
-
getAddressProtocol
public SubnetBasedTopology.AddressProtocol getAddressProtocol()
-
setAddressProtocol
@Config("node-scheduler.network-topology.subnet.ip-address-protocol") public SubnetTopologyConfig setAddressProtocol(SubnetBasedTopology.AddressProtocol addressProtocol)
-
-