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