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.
|
GridClientCompute |
GridClientCompute.withKeepBinaries() |
Sets keep binary flag for the next task execution in the current thread.
|