Uses of Interface
org.apache.ignite.internal.client.impl.connection.GridClientConnectionManager
-
Packages that use GridClientConnectionManager Package Description org.apache.ignite.internal.client.impl org.apache.ignite.internal.client.impl.connection -
-
Uses of GridClientConnectionManager in org.apache.ignite.internal.client.impl
Fields in org.apache.ignite.internal.client.impl declared as GridClientConnectionManager Modifier and Type Field Description protected GridClientConnectionManagerGridClientImpl. connMgrConnection manager.Methods in org.apache.ignite.internal.client.impl that return GridClientConnectionManager Modifier and Type Method Description GridClientConnectionManagerGridClientImpl. connectionManager()GridClientConnectionManagerGridClientImpl. newConnectionManager(@Nullable Byte marshId, boolean routerClient) -
Uses of GridClientConnectionManager in org.apache.ignite.internal.client.impl.connection
Classes in org.apache.ignite.internal.client.impl.connection that implement GridClientConnectionManager Modifier and Type Class Description classGridClientConnectionManagerAdapterCached connections manager.classGridClientConnectionManagerOsImplOpen source version of connection manager.
-