Uses of Enum Class
io.trino.execution.scheduler.SubnetBasedTopology.AddressProtocol
Packages that use SubnetBasedTopology.AddressProtocol
-
Uses of SubnetBasedTopology.AddressProtocol in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return SubnetBasedTopology.AddressProtocolModifier and TypeMethodDescriptionSubnetTopologyConfig.getAddressProtocol()Returns the enum constant of this class with the specified name.static SubnetBasedTopology.AddressProtocol[]SubnetBasedTopology.AddressProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.execution.scheduler with parameters of type SubnetBasedTopology.AddressProtocolModifier and TypeMethodDescriptionSubnetTopologyConfig.setAddressProtocol(SubnetBasedTopology.AddressProtocol addressProtocol) Constructors in io.trino.execution.scheduler with parameters of type SubnetBasedTopology.AddressProtocolModifierConstructorDescriptionSubnetBasedTopology(List<Integer> cidrPrefixLengths, SubnetBasedTopology.AddressProtocol protocol)