Uses of Class
org.apache.ignite.internal.client.impl.connection.GridClientConnection
-
Packages that use GridClientConnection Package Description org.apache.ignite.internal.client.impl org.apache.ignite.internal.client.impl.connection -
-
Uses of GridClientConnection in org.apache.ignite.internal.client.impl
Methods in org.apache.ignite.internal.client.impl that return GridClientConnection Modifier and Type Method Description GridClientConnectionGridClientImpl. connection()Getting a client connection without topology information. -
Uses of GridClientConnection in org.apache.ignite.internal.client.impl.connection
Subclasses of GridClientConnection in org.apache.ignite.internal.client.impl.connection Modifier and Type Class Description classGridClientNioTcpConnectionThis class performs request to grid over TCP protocol.Methods in org.apache.ignite.internal.client.impl.connection that return GridClientConnection Modifier and Type Method Description protected GridClientConnectionGridClientConnectionManagerAdapter. connect(@Nullable UUID nodeId, InetSocketAddress addr)Create new connection to specified server.protected GridClientConnectionGridClientConnectionManagerAdapter. connect(@Nullable UUID nodeId, Collection<InetSocketAddress> srvs)Creates a connected facade and returns it.GridClientConnectionGridClientConnectionManager. connection(Collection<InetSocketAddress> srvs)Returns connection to node using given server addresses.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(Collection<InetSocketAddress> srvs)Returns connection to node using given server addresses.GridClientConnectionGridClientConnectionManagerAdapter. connection(GridClientNode node)Gets active communication facade.Methods in org.apache.ignite.internal.client.impl.connection with parameters of type GridClientConnection Modifier and Type Method Description voidGridClientConnectionManager. terminateConnection(GridClientConnection conn, @Nullable GridClientNode node, Throwable e)Callback method, which should be called by clients when they get connectivity errors.voidGridClientConnectionManagerAdapter. terminateConnection(GridClientConnection conn, GridClientNode node, Throwable e)Callback method, which should be called by clients when they get connectivity errors.
-