GigaSpaces XAP 8.0 API

Uses of Class
org.openspaces.core.executor.support.AbstractDelegatingDistributedTask

Packages that use AbstractDelegatingDistributedTask
org.openspaces.core.executor.support   
 

Uses of AbstractDelegatingDistributedTask in org.openspaces.core.executor.support
 

Subclasses of AbstractDelegatingDistributedTask in org.openspaces.core.executor.support
 class AvgTask<T extends Number,R extends Number>
          A sum distrubted task that accepts a Task to delegate the actual execution to and implements the AvgTask.reduce(java.util.List) operation.
 class MaxTask<T extends Number>
          A max distrubuted task that accepts a Task to delegate the actual execution to and implements the MaxTask.reduce(java.util.List) operation.
 class MinTask<T extends Number>
          A min distrubuted task that accepts a Task to delegate the actual execution to and implements the MinTask.reduce(java.util.List) operation.
 class PrivilegedDistributedTask<T extends Serializable,R>
          A delegating distrubuted task (with an optional filter) that runs under established access control settings.
 class SimpleDelegatingDistributedTask<T extends Serializable,R>
          A simple implementation of delegating distributed task that accepts the task to delegate to.
 class SumTask<T extends Number,R extends Number>
          A sum distrubuted task that accepts a Task to delegate the actual execution to and implements the SumTask.reduce(java.util.List) operation.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.