| Package | Description |
|---|---|
| org.gridgain.client |
Public Java client messages APIs.
|
| org.gridgain.client.impl |
GridGain Java client implementation.
|
| Modifier and Type | Method and Description |
|---|---|
GridClientCompute |
GridClient.compute()
Gets a default compute projection.
|
GridClientCompute |
GridClientCompute.projection(Collection<GridClientNode> nodes)
Creates a projection that will communicate only with specified remote nodes.
|
GridClientCompute |
GridClientCompute.projection(Collection<GridClientNode> nodes,
GridClientLoadBalancer balancer)
Creates a projection that will communicate only with specified remote nodes.
|
GridClientCompute |
GridClientCompute.projection(GridClientNode node)
Creates a projection that will communicate only with specified remote node.
|
GridClientCompute |
GridClientCompute.projection(GridClientPredicate<? super GridClientNode> filter)
Creates a projection that will communicate only with nodes that are accepted by the passed filter.
|
GridClientCompute |
GridClientCompute.projection(GridClientPredicate<? super GridClientNode> filter,
GridClientLoadBalancer balancer)
Creates a projection that will communicate only with nodes that are accepted by the passed filter.
|
| Modifier and Type | Method and Description |
|---|---|
GridClientCompute |
GridClientImpl.compute()
Gets a default compute projection.
|
Copyright © 2014. All rights reserved.