Uses of Class
org.apache.ignite.internal.util.HostAndPortRange
-
Packages that use HostAndPortRange Package Description org.apache.ignite.internal.jdbc.thin org.apache.ignite.internal.util System-wide utility routine and helper classes. -
-
Uses of HostAndPortRange in org.apache.ignite.internal.jdbc.thin
Methods in org.apache.ignite.internal.jdbc.thin that return HostAndPortRange Modifier and Type Method Description HostAndPortRange[]ConnectionProperties. getAddresses()HostAndPortRange[]ConnectionPropertiesImpl. getAddresses()Methods in org.apache.ignite.internal.jdbc.thin with parameters of type HostAndPortRange Modifier and Type Method Description voidConnectionProperties. setAddresses(HostAndPortRange[] addrs)voidConnectionPropertiesImpl. setAddresses(HostAndPortRange[] addrs) -
Uses of HostAndPortRange in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return HostAndPortRange Modifier and Type Method Description static HostAndPortRangeHostAndPortRange. parse(String addrStr, int dfltPortFrom, int dfltPortTo, String errMsgPrefix)Parse string into host and port pair.
-