| Package | Description | 
|---|---|
| org.openspaces.core.executor.juc | |
| org.openspaces.core.executor.support | |
| org.openspaces.remoting | A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CallableDistributedTaskAdapter<T extends Serializable,R>An adapter allowing to execute a  Callablein a distributed fashion. | 
| class  | CallableTaskAdapter<T extends Serializable>An adapter allowing to execute a  Callableusing Space task executors. | 
| class  | RunnableDistributedTaskAdapter<T extends Serializable,R>An adapter allowing to execute a  Runnablein a distributed fashion. | 
| class  | RunnableTaskAdapter<T extends Serializable>An adapter allowing to execute a  Runnableusing Space task executors. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractDelegatingDistributedTask<T extends Serializable,R>A base class for delegating tasks that are also distributed tasks | 
| class  | AvgTask<T extends Number,R extends Number>A sum distrubted task that accepts a  Taskto delegate the
 actual execution to and implements theAvgTask.reduce(java.util.List)operation. | 
| class  | MaxTask<T extends Number>A max distrubuted task that accepts a  Taskto delegate the
 actual execution to and implements theMaxTask.reduce(java.util.List)operation. | 
| class  | MinTask<T extends Number>A min distrubuted task that accepts a  Taskto delegate the
 actual execution to and implements theMinTask.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  | PrivilegedTask<T extends Serializable>A delegating task 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  | SimpleDelegatingTask<T extends Serializable>A simple implementation of delegating task that accepts the task to delegate to. | 
| class  | SumTask<T extends Number,R extends Number>A sum distrubuted task that accepts a  Taskto delegate the
 actual execution to and implements theSumTask.reduce(java.util.List)operation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExecutorRemotingTask<T extends Serializable>A  Taskthat can be used to simulate remote invocation withSpaceRemotingServiceExporter. | 
Copyright © GigaSpaces.