GigaSpaces XAP 9.7.2 API

Uses of Class
com.gigaspaces.async.AsyncResultFilter.Decision

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 are declared.
 

Uses of AsyncResultFilter.Decision in org.openspaces.core.executor.juc
 

Methods in org.openspaces.core.executor.juc that return AsyncResultFilter.Decision
 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 AsyncResultFilter.Decision in org.openspaces.core.executor.support
 

Methods in org.openspaces.core.executor.support that return AsyncResultFilter.Decision
 AsyncResultFilter.Decision AbstractDelegatingDistributedTask.onResult(AsyncResultFilterEvent<T> event)
           
 AsyncResultFilter.Decision PrivilegedDistributedTask.onResult(AsyncResultFilterEvent<T> event)
          Executes the filter (if provided) under access controls.
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.