| Package | Description |
|---|---|
| org.apache.ignite.internal.client.impl | |
| org.apache.ignite.internal.client.impl.connection |
| Modifier and Type | Method and Description |
|---|---|
GridClientConnection |
GridClientImpl.connection()
Getting a client connection without topology information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridClientNioTcpConnection
This class performs request to grid over TCP protocol.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridClientConnection |
GridClientConnectionManagerAdapter.connect(@Nullable UUID nodeId,
Collection<InetSocketAddress> srvs)
Creates a connected facade and returns it.
|
protected GridClientConnection |
GridClientConnectionManagerAdapter.connect(@Nullable UUID nodeId,
InetSocketAddress addr)
Create new connection to specified server.
|
GridClientConnection |
GridClientConnectionManager.connection(Collection<InetSocketAddress> srvs)
Returns connection to node using given server addresses.
|
GridClientConnection |
GridClientConnectionManagerAdapter.connection(Collection<InetSocketAddress> srvs)
Returns connection to node using given server addresses.
|
GridClientConnection |
GridClientConnectionManager.connection(GridClientNode node)
Returns connection to the given node.
|
GridClientConnection |
GridClientConnectionManagerAdapter.connection(GridClientNode node)
Gets active communication facade.
|
GridClientConnection |
GridClientConnectionManagerAdapter.connection(@Nullable UUID nodeId,
Collection<InetSocketAddress> srvs)
Returns connection to one of the given addresses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridClientConnectionManager.terminateConnection(GridClientConnection conn,
@Nullable GridClientNode node,
Throwable e)
Callback method, which should be called by clients when they get connectivity errors.
|
void |
GridClientConnectionManagerAdapter.terminateConnection(GridClientConnection conn,
GridClientNode node,
Throwable e)
Callback method, which should be called by clients when they get connectivity errors.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021