| Package | Description |
|---|---|
| org.openspaces.core.executor.juc | |
| org.openspaces.core.executor.support | |
| org.openspaces.events.support |
| Class and Description |
|---|
| ProcessObjectsProvider
An interface used with
Task allowing to return additional
objects to be processed on the node the task is executed. |
| Class and Description |
|---|
| AbstractDelegatingDistributedTask
A base class for delegating tasks that are also distributed tasks
|
| AvgReducer
A default implementation of a reducer that averages all types
T into a result
R. |
| AvgTask
A sum distrubted task that accepts a
Task to delegate the
actual execution to and implements the AvgTask.reduce(java.util.List) operation. |
| DelegatingTask
A delegating task is a task that holds another task that will be executed.
|
| MaxReducer
A default implementation of a reducer that returnt the maximum of
T. |
| MaxTask
A max distrubuted task that accepts a
Task to delegate the
actual execution to and implements the MaxTask.reduce(java.util.List) operation. |
| MinReducer
A default implementation of a reducer that return the minimum of
T. |
| MinTask
A min distrubuted task that accepts a
Task to delegate the
actual execution to and implements the MinTask.reduce(java.util.List) operation. |
| SimpleDelegatingTask
A simple implementation of delegating task that accepts the task to delegate to.
|
| SumReducer
A default implementation of a reducer that sums all types
T into a result
R. |
| SumTask
A sum distrubuted task that accepts a
Task to delegate the
actual execution to and implements the SumTask.reduce(java.util.List) operation. |
| Class and Description |
|---|
| ProcessObjectsProvider
An interface used with
Task allowing to return additional
objects to be processed on the node the task is executed. |
Copyright © GigaSpaces.