Uses of Class
io.airlift.node.NodeConfig.AddressSource
-
Packages that use NodeConfig.AddressSource Package Description io.airlift.node -
-
Uses of NodeConfig.AddressSource in io.airlift.node
Methods in io.airlift.node that return NodeConfig.AddressSource Modifier and Type Method Description NodeConfig.AddressSourceNodeConfig. getInternalAddressSource()static NodeConfig.AddressSourceNodeConfig.AddressSource. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeConfig.AddressSource[]NodeConfig.AddressSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.airlift.node with parameters of type NodeConfig.AddressSource Modifier and Type Method Description NodeConfigNodeConfig. setInternalAddressSource(NodeConfig.AddressSource internalAddressSource)Constructors in io.airlift.node with parameters of type NodeConfig.AddressSource Constructor Description NodeInfo(String environment, String pool, String nodeId, String internalAddress, InetAddress bindIp, String externalAddress, String location, String binarySpec, String configSpec, NodeConfig.AddressSource internalAddressSource)
-