Uses of Class
io.trino.execution.scheduler.SubnetBasedTopology.AddressProtocol
-
Packages that use SubnetBasedTopology.AddressProtocol Package Description io.trino.execution.scheduler -
-
Uses of SubnetBasedTopology.AddressProtocol in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return SubnetBasedTopology.AddressProtocol Modifier and Type Method Description SubnetBasedTopology.AddressProtocolSubnetTopologyConfig. getAddressProtocol()static SubnetBasedTopology.AddressProtocolSubnetBasedTopology.AddressProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static SubnetBasedTopology.AddressProtocol[]SubnetBasedTopology.AddressProtocol. 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 SubnetBasedTopology.AddressProtocol Modifier and Type Method Description SubnetTopologyConfigSubnetTopologyConfig. setAddressProtocol(SubnetBasedTopology.AddressProtocol addressProtocol)Constructors in io.trino.execution.scheduler with parameters of type SubnetBasedTopology.AddressProtocol Constructor Description SubnetBasedTopology(List<Integer> cidrPrefixLengths, SubnetBasedTopology.AddressProtocol protocol)
-