|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncResultFilter.Decision | |
---|---|
com.gigaspaces.async | Provides GigaSpaces asynchronous operations related interfaces. |
org.openspaces.core.executor.juc | |
org.openspaces.core.executor.support |
Uses of AsyncResultFilter.Decision in com.gigaspaces.async |
---|
Methods in com.gigaspaces.async that return AsyncResultFilter.Decision | |
---|---|
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. |
static AsyncResultFilter.Decision |
AsyncResultFilter.Decision.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AsyncResultFilter.Decision[] |
AsyncResultFilter.Decision.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of AsyncResultFilter.Decision in org.openspaces.core.executor.juc |
---|
Methods in org.openspaces.core.executor.juc that return AsyncResultFilter.Decision | |
---|---|
AsyncResultFilter.Decision |
RunnableDistributedTaskAdapter.onResult(AsyncResultFilterEvent<T> event)
If a filter is provided in one of the constructor methods, will delegate the call to it. |
AsyncResultFilter.Decision |
CallableDistributedTaskAdapter.onResult(AsyncResultFilterEvent<T> event)
If a filter is provided in one of the constructor methods, will delegate the call to it. |
Uses of AsyncResultFilter.Decision in org.openspaces.core.executor.support |
---|
Methods in org.openspaces.core.executor.support that return AsyncResultFilter.Decision | |
---|---|
AsyncResultFilter.Decision |
PrivilegedDistributedTask.onResult(AsyncResultFilterEvent<T> event)
Exeutes the filter (if provided) under access controls. |
AsyncResultFilter.Decision |
AbstractDelegatingDistributedTask.onResult(AsyncResultFilterEvent<T> event)
|
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |