|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncResultFilterEvent | |
|---|---|
| com.gigaspaces.async | Provides GigaSpaces asynchronous operations related interfaces. |
| org.openspaces.core.executor.juc | |
| org.openspaces.core.executor.support | |
| Uses of AsyncResultFilterEvent in com.gigaspaces.async |
|---|
| Methods in com.gigaspaces.async with parameters of type AsyncResultFilterEvent | |
|---|---|
AsyncResultFilter.Decision |
AsyncResultFilter.onResult(AsyncResultFilterEvent<T> event)
A callback invoked for each result that arrives as a result of a distributed task execution allowing to access the result that caused this event, the events received so far, and the total expected results. |
| Uses of AsyncResultFilterEvent in org.openspaces.core.executor.juc |
|---|
| Methods in org.openspaces.core.executor.juc with parameters of type AsyncResultFilterEvent | |
|---|---|
AsyncResultFilter.Decision |
CallableDistributedTaskAdapter.onResult(AsyncResultFilterEvent<T> event)
If a filter is provided in one of the constructor methods, will delegate the call to it. |
AsyncResultFilter.Decision |
RunnableDistributedTaskAdapter.onResult(AsyncResultFilterEvent<T> event)
If a filter is provided in one of the constructor methods, will delegate the call to it. |
| Uses of AsyncResultFilterEvent in org.openspaces.core.executor.support |
|---|
| Methods in org.openspaces.core.executor.support with parameters of type AsyncResultFilterEvent | |
|---|---|
AsyncResultFilter.Decision |
PrivilegedDistributedTask.onResult(AsyncResultFilterEvent<T> event)
Executes the filter (if provided) under access controls. |
AsyncResultFilter.Decision |
AbstractDelegatingDistributedTask.onResult(AsyncResultFilterEvent<T> event)
|
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||