| Package | Description |
|---|---|
| org.gridgain.client |
Public Java client messages APIs.
|
| org.gridgain.client.impl |
GridGain Java client implementation.
|
| org.gridgain.client.impl.connection |
| Modifier and Type | Method and Description |
|---|---|
static GridClient |
GridClientFactory.start(GridClientConfiguration cfg)
Starts a client with given configuration.
|
| Constructor and Description |
|---|
GridClientConfiguration(GridClientConfiguration cfg)
Copy constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridClientConfiguration |
GridClientImpl.cfg
Client configuration.
|
| Constructor and Description |
|---|
GridClientImpl(UUID id,
GridClientConfiguration cfg0)
Creates a new client based on a given configuration.
|
| Constructor and Description |
|---|
GridClientConnectionManagerImpl(UUID clientId,
SSLContext sslCtx,
GridClientConfiguration cfg,
Collection<InetSocketAddress> routers,
GridClientTopology top,
Byte protoId)
Constructs connection manager.
|
GridClientTopology(GridClientConfiguration cfg)
Creates topology instance.
|
Copyright © 2014. All rights reserved.