public class MaxReducer<T extends Number> extends Object implements AsyncResultsReducer<T,T>
T.| Constructor and Description |
|---|
MaxReducer(Class<T> reduceType) |
| Modifier and Type | Method and Description |
|---|---|
MaxReducer |
ignoreExceptions()
Causes the reducer to ignore exceptions and just sum the results that succeeded.
|
T |
reduce(List<AsyncResult<T>> results) |
public MaxReducer(Class<T> reduceType) throws IllegalArgumentException
IllegalArgumentExceptionpublic MaxReducer ignoreExceptions()
Copyright © GigaSpaces.