R - A - public class ListResultAggregator<R,A extends List<R>> extends Object implements IResultHandler<R,A>
| Constructor and Description |
|---|
ListResultAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(R result,
Split split)
Method is invoked for each result and is responsible for combining
the results in whatever manner is meaningful for the procedure.
|
A |
getResult()
Return the aggregated results as an implementation dependent object.
|
public void aggregate(R result, Split split)
IResultHandlerpublic A getResult()
IResultHandlerCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.