Uses of Interface
org.apache.ignite.client.ClientCompute
-
Packages that use ClientCompute Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.client Contains Ignite Thin Client API classes. -
-
Uses of ClientCompute in org.apache.ignite
Methods in org.apache.ignite that return ClientCompute Modifier and Type Method Description ClientCompute
IgniteClientSpringBean. compute()
Gets compute facade over all cluster nodes started in server mode.ClientCompute
IgniteClientSpringBean. compute(ClientClusterGroup grp)
Gets compute facade over the specified cluster group. -
Uses of ClientCompute in org.apache.ignite.client
Methods in org.apache.ignite.client that return ClientCompute Modifier and Type Method Description ClientCompute
IgniteClient. compute()
Gets compute facade over all cluster nodes started in server mode.ClientCompute
IgniteClient. compute(ClientClusterGroup grp)
Gets compute facade over the specified cluster group.ClientCompute
ClientCompute. withNoFailover()
Sets no-failover flag for tasks executed by returnedClientCompute
instance.ClientCompute
ClientCompute. withNoResultCache()
Disables result caching for tasks executed by returnedClientCompute
instance.ClientCompute
ClientCompute. withTimeout(long timeout)
Sets timeout for tasks executed by returnedClientCompute
instance.
-