Class GridClientConnectionManagerOsImpl
- java.lang.Object
-
- org.apache.ignite.internal.client.impl.connection.GridClientConnectionManagerAdapter
-
- org.apache.ignite.internal.client.impl.connection.GridClientConnectionManagerOsImpl
-
- All Implemented Interfaces:
GridClientConnectionManager
public class GridClientConnectionManagerOsImpl extends GridClientConnectionManagerAdapter
Open source version of connection manager.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.client.impl.connection.GridClientConnectionManagerAdapter
cfg
-
-
Constructor Summary
Constructors Constructor Description GridClientConnectionManagerOsImpl(UUID clientId, SSLContext sslCtx, GridClientConfiguration cfg, Collection<InetSocketAddress> routers, GridClientTopology top, Byte marshId, boolean routerClient, boolean beforeNodeStart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinit0()Additional initialization.-
Methods inherited from class org.apache.ignite.internal.client.impl.connection.GridClientConnectionManagerAdapter
connect, connect, connection, connection, connection, init, stop, terminateConnection
-
-
-
-
Constructor Detail
-
GridClientConnectionManagerOsImpl
public GridClientConnectionManagerOsImpl(UUID clientId, SSLContext sslCtx, GridClientConfiguration cfg, Collection<InetSocketAddress> routers, GridClientTopology top, Byte marshId, boolean routerClient, boolean beforeNodeStart) throws GridClientException
- Parameters:
clientId- Client ID.sslCtx- SSL context to enable secured connection ornullto use unsecured one.cfg- Client configuration.routers- Routers or empty collection to use endpoints from topology info.top- Topology.beforeNodeStart- Connecting to a node before starting it without getting/updating topology.- Throws:
GridClientException- In case of error.
-
-
Method Detail
-
init0
protected void init0() throws GridClientExceptionAdditional initialization.- Specified by:
init0in classGridClientConnectionManagerAdapter- Throws:
GridClientException- In case of error.
-
-