| Package | Description |
|---|---|
| org.gridgain.client.impl |
GridGain Java client implementation.
|
| org.gridgain.client.impl.connection |
| Modifier and Type | Field and Description |
|---|---|
protected GridClientTopology |
GridClientImpl.top
Topology.
|
| Modifier and Type | Method and Description |
|---|---|
GridClientTopology |
GridClientImpl.topology()
Gets topology instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridClientTopology |
GridClientConnection.top
Topology
|
| Constructor and Description |
|---|
GridClientConnection(UUID clientId,
InetSocketAddress srvAddr,
SSLContext sslCtx,
GridClientTopology top,
Object cred)
Creates a facade.
|
GridClientConnectionManagerImpl(UUID clientId,
SSLContext sslCtx,
GridClientConfiguration cfg,
Collection<InetSocketAddress> routers,
GridClientTopology top,
Byte protoId)
Constructs connection manager.
|
Copyright © 2014. All rights reserved.