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
IllegalArgumentException
public MaxReducer ignoreExceptions()
Copyright © GigaSpaces.