| Package | Description |
|---|---|
| org.gridgain.client |
Public Java client messages APIs.
|
| org.gridgain.client.balancer |
Provides API and implementations of simple load balancers.
|
| org.gridgain.client.impl |
GridGain Java client implementation.
|
| org.gridgain.client.impl.connection |
| Modifier and Type | Class and Description |
|---|---|
class |
GridClientPartitionAffinity
Affinity function for partitioned cache.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridClientTopologyListener> |
GridClient.topologyListeners()
Gets an unmodifiable snapshot of topology listeners list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridClient.addTopologyListener(GridClientTopologyListener lsnr)
Adds topology listener.
|
void |
GridClient.removeTopologyListener(GridClientTopologyListener lsnr)
Removes previously added topology listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridClientRoundRobinBalancer
Simple balancer that implements round-robin balancing.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridClientTopologyListener> |
GridClientImpl.topologyListeners()
Gets an unmodifiable snapshot of topology listeners list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridClientImpl.addTopologyListener(GridClientTopologyListener lsnr)
Adds topology listener.
|
void |
GridClientImpl.removeTopologyListener(GridClientTopologyListener lsnr)
Removes previously added topology listener.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridClientTopologyListener> |
GridClientTopology.topologyListeners()
Returns all added topology listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridClientTopology.addTopologyListener(GridClientTopologyListener lsnr)
Adds topology listener.
|
void |
GridClientTopology.removeTopologyListener(GridClientTopologyListener lsnr)
Removes topology listener.
|
Copyright © 2014. All rights reserved.