Uses of Class
org.apache.phoenix.util.HostAndPort
Packages that use HostAndPort
-
Uses of HostAndPort in org.apache.phoenix.loadbalancer.service
Methods in org.apache.phoenix.loadbalancer.service with parameters of type HostAndPortModifier and TypeMethodDescriptionLoadBalanceZookeeperConf.getFullPathToNode(HostAndPort hostAndPort) -
Uses of HostAndPort in org.apache.phoenix.util
Methods in org.apache.phoenix.util that return HostAndPortModifier and TypeMethodDescriptionstatic HostAndPortBuild a HostAndPort instance from separate host and port values.static HostAndPortHostAndPort.fromString(String hostPortString) Split a freeform string into a host and port, without strict validation.HostAndPort.requireBracketsForIPv6()Generate an error if the host might be a non-bracketed IPv6 literal.HostAndPort.withDefaultPort(int defaultPort) Provide a default port if the parsed string contained only a host.