Uses of Enum Class
com.gigaspaces.async.AsyncResultFilter.Decision
Packages that use AsyncResultFilter.Decision
Package
Description
Provides GigaSpaces asynchronous operations related interfaces.
-
Uses of AsyncResultFilter.Decision in com.gigaspaces.async
Methods in com.gigaspaces.async that return AsyncResultFilter.DecisionModifier and TypeMethodDescriptionAsyncResultFilter.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.DecisionReturns the enum constant of this class with the specified name.static AsyncResultFilter.Decision[]AsyncResultFilter.Decision.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AsyncResultFilter.Decision in com.gigaspaces.internal.client.spaceproxy.executors
Methods in com.gigaspaces.internal.client.spaceproxy.executors that return AsyncResultFilter.DecisionModifier and TypeMethodDescriptionGetBatchForIteratorDistributedSpaceTask.onResult(AsyncResultFilterEvent<SpaceIteratorBatchResult> event) -
Uses of AsyncResultFilter.Decision in com.gigaspaces.internal.extension
Methods in com.gigaspaces.internal.extension that return AsyncResultFilter.DecisionModifier and TypeMethodDescriptionWaitForDataDrainTask.onResult(AsyncResultFilterEvent<SpaceResponseInfo> event) -
Uses of AsyncResultFilter.Decision in org.openspaces.core.executor.internal
Methods in org.openspaces.core.executor.internal that return AsyncResultFilter.DecisionModifier and TypeMethodDescriptionInternalDistributedSpaceTaskWrapper.onResult(AsyncResultFilterEvent<T> event) -
Uses of AsyncResultFilter.Decision in org.openspaces.core.executor.juc
Methods in org.openspaces.core.executor.juc that return AsyncResultFilter.DecisionModifier and TypeMethodDescriptionCallableDistributedTaskAdapter.onResult(AsyncResultFilterEvent<T> event) If a filter is provided in one of the constructor methods, will delegate the call to it.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.DecisionModifier and TypeMethodDescriptionAbstractDelegatingDistributedTask.onResult(AsyncResultFilterEvent<T> event) PrivilegedDistributedTask.onResult(AsyncResultFilterEvent<T> event) Executes the filter (if provided) under access controls.