| IgniteCompute | Ignite. compute() | Gets computefacade over all cluster nodes started in server mode. | 
| IgniteCompute | Ignite. compute(ClusterGroup grp) | Gets computefacade over the specified cluster group. | 
| IgniteCompute | IgniteSpringBean. compute() | Gets computefacade over all cluster nodes started in server mode. | 
| IgniteCompute | IgniteSpringBean. compute(ClusterGroup grp) | Gets computefacade over the specified cluster group. | 
| IgniteCompute | IgniteCompute. withAsync() | Deprecated. | 
| IgniteCompute | IgniteCompute. withExecutor(@NotNull String name) | Gets instance of the compute API associated with custom executor. | 
| IgniteCompute | IgniteCompute. withName(String taskName) | Sets task name for the next executed task in the current thread. | 
| IgniteCompute | IgniteCompute. withNoFailover() | Sets no-failover flag for the next task executed in the current thread. | 
| IgniteCompute | IgniteCompute. withNoResultCache() | Disables caching for the next executed task in the current thread. | 
| IgniteCompute | IgniteCompute. withTimeout(long timeout) | Sets task timeout for the next executed task in the current thread. |