Uses of Class
org.apache.ignite.internal.client.GridServerUnreachableException
-
Packages that use GridServerUnreachableException Package Description org.apache.ignite.internal.client.impl.connection -
-
Uses of GridServerUnreachableException in org.apache.ignite.internal.client.impl.connection
Methods in org.apache.ignite.internal.client.impl.connection that throw GridServerUnreachableException Modifier and Type Method Description protected GridClientConnectionGridClientConnectionManagerAdapter. connect(@Nullable UUID nodeId, Collection<InetSocketAddress> srvs)Creates a connected facade and returns it.GridClientConnectionGridClientConnectionManager. connection(GridClientNode node)Returns connection to the given node.GridClientConnectionGridClientConnectionManagerAdapter. connection(@Nullable UUID nodeId, Collection<InetSocketAddress> srvs)Returns connection to one of the given addresses.GridClientConnectionGridClientConnectionManagerAdapter. connection(GridClientNode node)Gets active communication facade.
-