| Name | Description | Type | Package | Framework |
| ComputeExecutionRejectedException | This exception defines execution rejection. | Class | org.apache.ignite.compute | Ignite |
| ComputeJob | Defines executable unit for ComputeTask. | Interface | org.apache.ignite.compute | Ignite |
| ComputeJobAdapter | Convenience adapter for ComputeJob implementations. | Class | org.apache.ignite.compute | Ignite |
| ComputeJobAfterSend | This annotation allows to call a method right after the job has been successfully sent for execution. | Class | org.apache.ignite.compute | Ignite |
| ComputeJobBeforeFailover | This annotation allows to call a method right before job is submitted to FailoverSpi. | Class | org.apache.ignite.compute | Ignite |
| ComputeJobContext | Context attached to every job executed on the grid. | Interface | org.apache.ignite.compute | Ignite |
| ComputeJobContinuation | Defines continuation support for grid job context. | Interface | org.apache.ignite.compute | Ignite |
| ComputeJobContinuationAdapter | Convenience adapter for ComputeJob implementations. | Class | org.apache.ignite.compute | Ignite |
| ComputeJobFailoverException | This runtime exception can be thrown from ComputeJob. | Class | org.apache.ignite.compute | Ignite |
| ComputeJobMasterLeaveAware | Annotation for handling master node leave during job execution. | Interface | org.apache.ignite.compute | Ignite |
| ComputeJobResult | Result of remote job which gets passed into ComputeTask. | Interface | org.apache.ignite.compute | Ignite |
| ComputeJobResultPolicy | enum ComputeJobResultPolicyThis enumeration provides different types of actions following the last | Class | org.apache.ignite.compute | Ignite |
| ComputeJobSibling | Job sibling interface defines a job from the same split. | Interface | org.apache.ignite.compute | Ignite |
| ComputeLoadBalancer | Load balancer is used for finding the best balanced node according to load balancing policy. | Interface | org.apache.ignite.compute | Ignite |
| ComputeTask | Grid task interface defines a task that can be executed on the grid. | Interface | org.apache.ignite.compute | Ignite |
| ComputeTaskAdapter | Convenience adapter for ComputeTask interface. | Class | org.apache.ignite.compute | Ignite |
| ComputeTaskCancelledException | This exception indicates that grid task was cancelled. | Class | org.apache.ignite.compute | Ignite |
| ComputeTaskContinuousMapper | Defines a mapper that can be used for asynchronous job sending. | Interface | org.apache.ignite.compute | Ignite |
| ComputeTaskFuture | This class defines a handler for asynchronous task execution. | Interface | org.apache.ignite.compute | Ignite |
| ComputeTaskMapAsync | Annotation for asynchronous task mapping. | Class | org.apache.ignite.compute | Ignite |
| ComputeTaskName | This annotation allows to assign optional name to grid task. | Class | org.apache.ignite.compute | Ignite |
| ComputeTaskNoResultCache | This annotation disables caching of task results when attached to ComputeTask class being executed. | Class | org.apache.ignite.compute | Ignite |
| ComputeTaskSession | Defines a distributed session for particular task execution. | Interface | org.apache.ignite.compute | Ignite |
| ComputeTaskSessionAttributeListener | This interface defines listener for task session attributes. | Interface | org.apache.ignite.compute | Ignite |
| ComputeTaskSessionFullSupport | Annotation for enabling task session attributes and checkpoints for tasks. | Class | org.apache.ignite.compute | Ignite |
| ComputeTaskSessionScope | enum ComputeTaskSessionScopeDefines life-time scopes for checkpoint operations. | Class | org.apache.ignite.compute | Ignite |
| ComputeTaskSpis | This annotation allows task to specify what SPIs it wants to use. | Class | org.apache.ignite.compute | Ignite |
| ComputeTaskSplitAdapter | This class defines simplified adapter for ComputeTask. | Class | org.apache.ignite.compute | Ignite |
| ComputeTaskTimeoutException | This exception indicates that task execution timed out. | Class | org.apache.ignite.compute | Ignite |
| ComputeUserUndeclaredException | This exception is thrown when user's code throws undeclared runtime exception. | Class | org.apache.ignite.compute | Ignite |
| Gridify | @Gridify(taskClass = GridifyHelloWorldTask. | Class | org.apache.ignite.compute.gridify | Ignite |
| GridifyArgument | Gridify task argument created by the system for task execution. | Interface | org.apache.ignite.compute.gridify | Ignite |
| GridifyArgumentAdapter | Convenience adapter for GridifyArgument interface. | Class | org.apache.ignite.compute.gridify.aop | Ignite |
| GridifyAspectJAspect | AspectJ aspect that cross-cuts on all methods grid-enabled with Gridify annotation and potentially executes them on | Class | org.apache.ignite.compute.gridify.aop.aspectj | Ignite |
| GridifyDefaultRangeTask | Default gridify task which simply executes a method on remote node. | Class | org.apache.ignite.compute.gridify.aop | Ignite |
| GridifyDefaultTask | Default gridify task which simply executes a method on remote node. | Class | org.apache.ignite.compute.gridify.aop | Ignite |
| GridifyInput | This annotation can be applied to method parameter for grid-enabled method. | Class | org.apache.ignite.compute.gridify | Ignite |
| GridifyInterceptor | This interface defines an interceptor apply for Gridify annotation. | Interface | org.apache.ignite.compute.gridify | Ignite |
| GridifyNodeFilter | Predicate node filter. | Interface | org.apache.ignite.compute.gridify | Ignite |
| GridifyRuntimeException | This defines gridify exception. | Class | org.apache.ignite.compute.gridify | Ignite |
| GridifySetToSet | GridifySetToSet annotation allows to grid-enable existing code with specific semantics. | Class | org.apache.ignite.compute.gridify | Ignite |
| GridifySetToSetAbstractAspect | Convenience adapter with common methods for different aspect implementations (AspectJ, JBoss AOP, Spring AOP). | Class | org.apache.ignite.compute.gridify.aop | Ignite |
| GridifySetToSetAspectJAspect | AspectJ aspect that cross-cuts on all methods grid-enabled with GridifySetToSet annotation and potentially executes them on | Class | org.apache.ignite.compute.gridify.aop.aspectj | Ignite |
| GridifySetToSetSpringAspect | Spring aspect that cross-cuts on all methods grid-enabled with GridifySetToSet annotation and potentially executes them on | Class | org.apache.ignite.compute.gridify.aop.spring | Ignite |
| GridifySetToValue | GridifySetToValue annotation is the way to grid-enable existing code with specific semantics. | Class | org.apache.ignite.compute.gridify | Ignite |
| GridifySetToValueAbstractAspect | Convenience adapter with common methods for different aspect implementations (AspectJ, JBoss AOP, Spring AOP). | Class | org.apache.ignite.compute.gridify.aop | Ignite |
| GridifySetToValueAspectJAspect | AspectJ aspect that cross-cuts on all methods grid-enabled with GridifySetToValue annotation and potentially executes them on | Class | org.apache.ignite.compute.gridify.aop.aspectj | Ignite |
| GridifySetToValueSpringAspect | Spring aspect that cross-cuts on all methods grid-enabled with GridifySetToValue annotation and potentially executes them on | Class | org.apache.ignite.compute.gridify.aop.spring | Ignite |
| GridifySpringAspect | Spring aspect that cross-cuts on all methods grid-enabled with Gridify annotation and potentially executes them on | Class | org.apache.ignite.compute.gridify.aop.spring | Ignite |
| GridifySpringEnhancer | Spring AOP enhancer. | Class | org.apache.ignite.compute.gridify.aop.spring | Ignite |
| GridifySpringPointcut | Pointcut used by gridified aspects to find methods annotated with Gridify, GridifySetToValue and | Class | org.apache.ignite.compute.gridify.aop.spring | Ignite |
| GridifySpringPointcut .GridifySpringPointcutType | Class | org.apache.ignite.compute.gridify.aop.spring | Ignite | |
| GridifyTaskAdapter | Convenience adapter for tasks that work with Gridify annotation for grid-enabling methods. | Class | org.apache.ignite.compute.gridify | Ignite |
| GridifyTaskSplitAdapter | Convenience adapter for tasks that work with Gridify annotation for grid-enabling methods. | Class | org.apache.ignite.compute.gridify | Ignite |