GigaSpaces XAP 10.0.1 API

com.gigaspaces.async
Interface AsyncResultsReducer<T,R>

All Known Subinterfaces:
DistributedTask<T,R>
All Known Implementing Classes:
AbstractDelegatingDistributedTask, AvgReducer, AvgTask, CallableDistributedTaskAdapter, ExecutorRemotingTask, MaxReducer, MaxTask, MinReducer, MinTask, PrivilegedDistributedTask, RegisterDistributedEventContainerTask, RunnableDistributedTaskAdapter, SimpleDelegatingDistributedTask, SumReducer, SumTask, UnregisterDistributedEventContainerTask

public interface AsyncResultsReducer<T,R>

A generic interface that reduces a list of AsyncResult.

Since:
6.6
Author:
Assaf Ronen

Method Summary
 R reduce(List<AsyncResult<T>> results)
           
 

Method Detail

reduce

R reduce(List<AsyncResult<T>> results)
         throws Exception
Throws:
Exception

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.