Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.ignite.compute Classes and Interfaces - 54 results found.
NameDescriptionTypePackageFramework
ComputeExecutionRejectedExceptionThis exception defines execution rejection.Classorg.apache.ignite.computeIgnite
ComputeJobDefines executable unit for ComputeTask.Interfaceorg.apache.ignite.computeIgnite
ComputeJobAdapterConvenience adapter for ComputeJob implementations.Classorg.apache.ignite.computeIgnite
ComputeJobAfterSendThis annotation allows to call a method right after the job has been successfully sent for execution.Classorg.apache.ignite.computeIgnite
ComputeJobBeforeFailoverThis annotation allows to call a method right before job is submitted to FailoverSpi.Classorg.apache.ignite.computeIgnite
ComputeJobContextContext attached to every job executed on the grid.Interfaceorg.apache.ignite.computeIgnite
ComputeJobContinuationDefines continuation support for grid job context.Interfaceorg.apache.ignite.computeIgnite
ComputeJobContinuationAdapterConvenience adapter for ComputeJob implementations.Classorg.apache.ignite.computeIgnite
ComputeJobFailoverExceptionThis runtime exception can be thrown from ComputeJob.Classorg.apache.ignite.computeIgnite
ComputeJobMasterLeaveAwareAnnotation for handling master node leave during job execution.Interfaceorg.apache.ignite.computeIgnite
ComputeJobResultResult of remote job which gets passed into ComputeTask.Interfaceorg.apache.ignite.computeIgnite
ComputeJobResultPolicyenum ComputeJobResultPolicyThis enumeration provides different types of actions following the lastClassorg.apache.ignite.computeIgnite
ComputeJobSiblingJob sibling interface defines a job from the same split.Interfaceorg.apache.ignite.computeIgnite
ComputeLoadBalancerLoad balancer is used for finding the best balanced node according to load balancing policy.Interfaceorg.apache.ignite.computeIgnite
ComputeTaskGrid task interface defines a task that can be executed on the grid.Interfaceorg.apache.ignite.computeIgnite
ComputeTaskAdapterConvenience adapter for ComputeTask interface.Classorg.apache.ignite.computeIgnite
ComputeTaskCancelledExceptionThis exception indicates that grid task was cancelled.Classorg.apache.ignite.computeIgnite
ComputeTaskContinuousMapperDefines a mapper that can be used for asynchronous job sending.Interfaceorg.apache.ignite.computeIgnite
ComputeTaskFutureThis class defines a handler for asynchronous task execution.Interfaceorg.apache.ignite.computeIgnite
ComputeTaskMapAsyncAnnotation for asynchronous task mapping.Classorg.apache.ignite.computeIgnite
ComputeTaskNameThis annotation allows to assign optional name to grid task.Classorg.apache.ignite.computeIgnite
ComputeTaskNoResultCacheThis annotation disables caching of task results when attached to ComputeTask class being executed.Classorg.apache.ignite.computeIgnite
ComputeTaskSessionDefines a distributed session for particular task execution.Interfaceorg.apache.ignite.computeIgnite
ComputeTaskSessionAttributeListenerThis interface defines listener for task session attributes.Interfaceorg.apache.ignite.computeIgnite
ComputeTaskSessionFullSupportAnnotation for enabling task session attributes and checkpoints for tasks.Classorg.apache.ignite.computeIgnite
ComputeTaskSessionScopeenum ComputeTaskSessionScopeDefines life-time scopes for checkpoint operations.Classorg.apache.ignite.computeIgnite
ComputeTaskSpisThis annotation allows task to specify what SPIs it wants to use.Classorg.apache.ignite.computeIgnite
ComputeTaskSplitAdapterThis class defines simplified adapter for ComputeTask.Classorg.apache.ignite.computeIgnite
ComputeTaskTimeoutExceptionThis exception indicates that task execution timed out.Classorg.apache.ignite.computeIgnite
ComputeUserUndeclaredExceptionThis exception is thrown when user's code throws undeclared runtime exception.Classorg.apache.ignite.computeIgnite
Gridify @Gridify(taskClass = GridifyHelloWorldTask.Classorg.apache.ignite.compute.gridifyIgnite
GridifyArgumentGridify task argument created by the system for task execution.Interfaceorg.apache.ignite.compute.gridifyIgnite
GridifyArgumentAdapterConvenience adapter for GridifyArgument interface.Classorg.apache.ignite.compute.gridify.aopIgnite
GridifyAspectJAspectAspectJ aspect that cross-cuts on all methods grid-enabled with Gridify annotation and potentially executes them onClassorg.apache.ignite.compute.gridify.aop.aspectjIgnite
GridifyDefaultRangeTaskDefault gridify task which simply executes a method on remote node.Classorg.apache.ignite.compute.gridify.aopIgnite
GridifyDefaultTaskDefault gridify task which simply executes a method on remote node.Classorg.apache.ignite.compute.gridify.aopIgnite
GridifyInputThis annotation can be applied to method parameter for grid-enabled method.Classorg.apache.ignite.compute.gridifyIgnite
GridifyInterceptorThis interface defines an interceptor apply for Gridify annotation.Interfaceorg.apache.ignite.compute.gridifyIgnite
GridifyNodeFilterPredicate node filter.Interfaceorg.apache.ignite.compute.gridifyIgnite
GridifyRuntimeExceptionThis defines gridify exception.Classorg.apache.ignite.compute.gridifyIgnite
GridifySetToSetGridifySetToSet annotation allows to grid-enable existing code with specific semantics.Classorg.apache.ignite.compute.gridifyIgnite
GridifySetToSetAbstractAspectConvenience adapter with common methods for different aspect implementations (AspectJ, JBoss AOP, Spring AOP).Classorg.apache.ignite.compute.gridify.aopIgnite
GridifySetToSetAspectJAspectAspectJ aspect that cross-cuts on all methods grid-enabled with GridifySetToSet annotation and potentially executes them onClassorg.apache.ignite.compute.gridify.aop.aspectjIgnite
GridifySetToSetSpringAspectSpring aspect that cross-cuts on all methods grid-enabled with GridifySetToSet annotation and potentially executes them onClassorg.apache.ignite.compute.gridify.aop.springIgnite
GridifySetToValueGridifySetToValue annotation is the way to grid-enable existing code with specific semantics.Classorg.apache.ignite.compute.gridifyIgnite
GridifySetToValueAbstractAspectConvenience adapter with common methods for different aspect implementations (AspectJ, JBoss AOP, Spring AOP).Classorg.apache.ignite.compute.gridify.aopIgnite
GridifySetToValueAspectJAspectAspectJ aspect that cross-cuts on all methods grid-enabled with GridifySetToValue annotation and potentially executes them onClassorg.apache.ignite.compute.gridify.aop.aspectjIgnite
GridifySetToValueSpringAspectSpring aspect that cross-cuts on all methods grid-enabled with GridifySetToValue annotation and potentially executes them onClassorg.apache.ignite.compute.gridify.aop.springIgnite
GridifySpringAspectSpring aspect that cross-cuts on all methods grid-enabled with Gridify annotation and potentially executes them onClassorg.apache.ignite.compute.gridify.aop.springIgnite
GridifySpringEnhancerSpring AOP enhancer.Classorg.apache.ignite.compute.gridify.aop.springIgnite
GridifySpringPointcutPointcut used by gridified aspects to find methods annotated with Gridify, GridifySetToValue andClassorg.apache.ignite.compute.gridify.aop.springIgnite
GridifySpringPointcut .GridifySpringPointcutTypeClassorg.apache.ignite.compute.gridify.aop.springIgnite
GridifyTaskAdapterConvenience adapter for tasks that work with Gridify annotation for grid-enabling methods.Classorg.apache.ignite.compute.gridifyIgnite
GridifyTaskSplitAdapterConvenience adapter for tasks that work with Gridify annotation for grid-enabling methods.Classorg.apache.ignite.compute.gridifyIgnite