Uses of Class
com.gigaspaces.async.AsyncResultFilterEvent
Packages that use AsyncResultFilterEvent
Package
Description
Provides GigaSpaces asynchronous operations related interfaces.
-
Uses of AsyncResultFilterEvent in com.gigaspaces.async
Methods in com.gigaspaces.async with parameters of type AsyncResultFilterEventModifier 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. -
Uses of AsyncResultFilterEvent in com.gigaspaces.internal.client.spaceproxy.executors
Methods in com.gigaspaces.internal.client.spaceproxy.executors with parameters of type AsyncResultFilterEventModifier and TypeMethodDescriptionGetBatchForIteratorDistributedSpaceTask.onResult(AsyncResultFilterEvent<SpaceIteratorBatchResult> event) -
Uses of AsyncResultFilterEvent in com.gigaspaces.internal.extension
Methods in com.gigaspaces.internal.extension with parameters of type AsyncResultFilterEventModifier and TypeMethodDescriptionWaitForDataDrainTask.onResult(AsyncResultFilterEvent<SpaceResponseInfo> event) -
Uses of AsyncResultFilterEvent in org.openspaces.core.executor.internal
Methods in org.openspaces.core.executor.internal with parameters of type AsyncResultFilterEventModifier and TypeMethodDescriptionInternalDistributedSpaceTaskWrapper.onResult(AsyncResultFilterEvent<T> event) -
Uses of AsyncResultFilterEvent in org.openspaces.core.executor.juc
Methods in org.openspaces.core.executor.juc with parameters of type AsyncResultFilterEventModifier 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 AsyncResultFilterEvent in org.openspaces.core.executor.support
Methods in org.openspaces.core.executor.support with parameters of type AsyncResultFilterEventModifier and TypeMethodDescriptionAbstractDelegatingDistributedTask.onResult(AsyncResultFilterEvent<T> event) PrivilegedDistributedTask.onResult(AsyncResultFilterEvent<T> event) Executes the filter (if provided) under access controls.