Uses of Interface
com.gigaspaces.async.AsyncResult
Packages that use AsyncResult
Package
Description
Provides GigaSpaces asynchronous operations related interfaces.
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of AsyncResult in com.gigaspaces.async
Methods in com.gigaspaces.async that return AsyncResultModifier and TypeMethodDescriptionAsyncResultFilterEvent.getCurrentResult()Returns the current result that caused this event.AsyncResult<T>[]AsyncResultFilterEvent.getReceivedResults()Returns the received results without the current result.Methods in com.gigaspaces.async with parameters of type AsyncResultModifier and TypeMethodDescriptionvoidAsyncFutureListener.onResult(AsyncResult<T> result) A callback when a result of an async invocation arrives.Method parameters in com.gigaspaces.async with type arguments of type AsyncResultConstructors in com.gigaspaces.async with parameters of type AsyncResultModifierConstructorDescriptionAsyncResultFilterEvent(AsyncResult<T> currentResult, AsyncResult<T>[] receivedResults, int totalExpectedResults) Constructs a new async result filter event -
Uses of AsyncResult in com.gigaspaces.async.internal
Classes in com.gigaspaces.async.internal that implement AsyncResultMethods in com.gigaspaces.async.internal with parameters of type AsyncResult -
Uses of AsyncResult in com.gigaspaces.client.iterator.cursor
Methods in com.gigaspaces.client.iterator.cursor with parameters of type AsyncResultModifier and TypeMethodDescriptionvoidSpaceIteratorBatchResultProvider.addAsyncBatchResult(AsyncResult<SpaceIteratorBatchResult> spaceIteratorBatchAsyncResult) voidSpaceIteratorBatchResultListener.onResult(AsyncResult<SpaceIteratorBatchResult> result) -
Uses of AsyncResult in com.gigaspaces.internal.client.spaceproxy.executors
Method parameters in com.gigaspaces.internal.client.spaceproxy.executors with type arguments of type AsyncResultModifier and TypeMethodDescriptionAddReplicationGatewayTargetTask.reduce(List<AsyncResult<AddReplicationGatewayTargetResponseInfo>> results) AddTypeIndexesTask.reduce(List<AsyncResult<AddTypeIndexesResult>> results) BroadcastTableSpaceTask.reduce(List<AsyncResult<BroadcastTableSpaceResponseInfo>> asyncResults) CloseIteratorDistributedSpaceTask.reduce(List<AsyncResult<CloseIteratorSpaceResponseInfo>> asyncResults) CollocatedJoinSpaceTask.reduce(List<AsyncResult<CollocatedJoinSpaceResponseInfo>> asyncResults) GetBatchForIteratorDistributedSpaceTask.reduce(List<AsyncResult<SpaceIteratorBatchResult>> asyncResults) GetEntriesTieredMetaDataTask.reduce(List<AsyncResult<GetEntriesTieredMetaDataResponseInfo>> asyncResults) GetMVCCEntryMetaDataTask.reduce(List<AsyncResult<GetMVCCEntryMetaDataResponseInfo>> asyncResults) GetTypeDescriptorTask.reduce(List<AsyncResult<GetTypeDescriptorActionInfo>> results) RegisterTypeDescriptorTask.reduce(List<AsyncResult<RegisterTypeDescriptorResponseInfo>> results) RemoveReplicationGatewayTargetTask.reduce(List<AsyncResult<RemoveReplicationGatewayTargetResponseInfo>> results) RenewIteratorLeaseDistributedSpaceTask.reduce(List<AsyncResult<RenewIteratorLeaseSpaceResponseInfo>> asyncResults) SpaceDataSourceLoadTask.reduce(List<AsyncResult<DataSourceLoadSpaceResponseInfo>> asyncResults) UnregisterTypeDescriptorTask.reduce(List<AsyncResult<UnregisterTypeDescriptorResponseInfo>> results) -
Uses of AsyncResult in com.gigaspaces.internal.cluster.node.impl.replica
Methods in com.gigaspaces.internal.cluster.node.impl.replica with parameters of type AsyncResultModifier and TypeMethodDescriptionvoidSpaceCopyReplicaRunnable.onResult(AsyncResult<Collection<ISpaceReplicaData>> result) -
Uses of AsyncResult in com.gigaspaces.internal.extension
Method parameters in com.gigaspaces.internal.extension with type arguments of type AsyncResultModifier and TypeMethodDescriptionWaitForDataDrainTask.reduce(List<AsyncResult<SpaceResponseInfo>> asyncResults) -
Uses of AsyncResult in com.gigaspaces.internal.remoting.routing.clustered
Methods in com.gigaspaces.internal.remoting.routing.clustered with parameters of type AsyncResultModifier and TypeMethodDescriptionvoidClusterRemoteOperationRouter.AsyncOperationExecutor.onResult(AsyncResult<T> asyncResult) -
Uses of AsyncResult in com.gigaspaces.internal.server.space.repartitioning
Method parameters in com.gigaspaces.internal.server.space.repartitioning with type arguments of type AsyncResultModifier and TypeMethodDescriptionCopyChunksTask.reduce(List<AsyncResult<SpaceResponseInfo>> asyncResults) DeleteChunksTask.reduce(List<AsyncResult<SpaceResponseInfo>> asyncResults) -
Uses of AsyncResult in com.gigaspaces.internal.space.actions
Method parameters in com.gigaspaces.internal.space.actions with type arguments of type AsyncResultModifier and TypeMethodDescriptionGetTypeDescriptorActionInfo.reduce(List<AsyncResult<GetTypeDescriptorActionInfo>> results) -
Uses of AsyncResult in com.gigaspaces.internal.space.requests
Method parameters in com.gigaspaces.internal.space.requests with type arguments of type AsyncResultModifier and TypeMethodDescriptionAddTypeIndexesRequestInfo.reduce(List<AsyncResult<AddTypeIndexesResult>> results) BroadcastTableSpaceRequestInfo.reduce(List<AsyncResult<BroadcastTableSpaceResponseInfo>> asyncResults) DataSourceLoadSpaceRequestInfo.reduce(List<AsyncResult<DataSourceLoadSpaceResponseInfo>> asyncResults) GetEntriesTieredMetaDataRequestInfo.reduce(List<AsyncResult<GetEntriesTieredMetaDataResponseInfo>> asyncResults) RegisterReplicationLocalViewRequestInfo.reduce(List<AsyncResult<RegisterReplicationLocalViewResponseInfo>> results) RegisterReplicationNotificationRequestInfo.reduce(List<AsyncResult<RegisterReplicationNotificationResponseInfo>> results) RegisterTypeDescriptorRequestInfo.reduce(List<AsyncResult<RegisterTypeDescriptorResponseInfo>> results) UnregisterReplicationLocalViewRequestInfo.reduce(List<AsyncResult<SpaceResponseInfo>> results) UnregisterReplicationNotificationRequestInfo.reduce(List<AsyncResult<SpaceResponseInfo>> results) UnregisterTypeDescriptorRequestInfo.reduce(List<AsyncResult<UnregisterTypeDescriptorResponseInfo>> results) -
Uses of AsyncResult in org.openspaces.core.executor.internal
Method parameters in org.openspaces.core.executor.internal with type arguments of type AsyncResultModifier and TypeMethodDescriptionInternalDistributedSpaceTaskWrapper.reduce(List<AsyncResult<T>> asyncResults) -
Uses of AsyncResult in org.openspaces.core.executor.juc
Method parameters in org.openspaces.core.executor.juc with type arguments of type AsyncResultModifier and TypeMethodDescriptionCallableDistributedTaskAdapter.reduce(List<AsyncResult<T>> results) Delegates the call to the provided reducer.RunnableDistributedTaskAdapter.reduce(List<AsyncResult<T>> results) Delegates the call to the provided reducer. -
Uses of AsyncResult in org.openspaces.core.executor.support
Methods in org.openspaces.core.executor.support with parameters of type AsyncResultModifier and TypeMethodDescriptionvoidWaitForAllListener.onResult(AsyncResult<T> result) voidWaitForAnyListener.onResult(AsyncResult<T> result) Method parameters in org.openspaces.core.executor.support with type arguments of type AsyncResultModifier and TypeMethodDescriptionAvgReducer.reduce(List<AsyncResult<T>> results) AvgTask.reduce(List<AsyncResult<T>> results) Performs the actual sum operation by delegating to its internalSumReducer.MaxReducer.reduce(List<AsyncResult<T>> results) MaxTask.reduce(List<AsyncResult<T>> results) Performs the actual sum operation by delegating to its internalSumReducer.MinReducer.reduce(List<AsyncResult<T>> results) MinTask.reduce(List<AsyncResult<T>> results) Performs the actual sum operation by delegating to its internalSumReducer.PrivilegedDistributedTask.reduce(List<AsyncResult<T>> results) Reduces the provided task under access controls.SimpleDelegatingDistributedTask.reduce(List<AsyncResult<T>> asyncResults) SumReducer.reduce(List<AsyncResult<T>> results) SumTask.reduce(List<AsyncResult<T>> results) Performs the actual sum operation by delegating to its internalSumReducer.Constructors in org.openspaces.core.executor.support with parameters of type AsyncResult -
Uses of AsyncResult in org.openspaces.core.transaction.internal
Methods in org.openspaces.core.transaction.internal with parameters of type AsyncResultModifier and TypeMethodDescriptionvoidTransactionalAsyncFutureListener.onPostCommitTransaction(AsyncResult<T> asyncResult) voidTransactionalAsyncFutureListener.onPostRollbackTransaction(AsyncResult<T> asyncResult) voidInternalAsyncFutureListener.onResult(AsyncResult<T> asyncResult) voidTransactionalAsyncFutureListener.onTransactionalResult(AsyncResult<T> asyncResult, org.springframework.transaction.TransactionStatus txStatus) -
Uses of AsyncResult in org.openspaces.events.support
Method parameters in org.openspaces.events.support with type arguments of type AsyncResultModifier and TypeMethodDescriptionRegisterDistributedEventContainerTask.reduce(List<AsyncResult<Serializable>> asyncResults) UnregisterDistributedEventContainerTask.reduce(List<AsyncResult<Boolean>> results) -
Uses of AsyncResult in org.openspaces.pu.container.jee.jetty.session
Method parameters in org.openspaces.pu.container.jee.jetty.session with type arguments of type AsyncResult -
Uses of AsyncResult in org.openspaces.remoting
Methods in org.openspaces.remoting that return types with arguments of type AsyncResultModifier and TypeMethodDescriptionExecutorRemotingTask.reduce(List<AsyncResult<ExecutorRemotingTask.InternalExecutorResult<T>>> results) Method parameters in org.openspaces.remoting with type arguments of type AsyncResultModifier and TypeMethodDescriptionExecutorRemotingTask.reduce(List<AsyncResult<ExecutorRemotingTask.InternalExecutorResult<T>>> results)