public class IdentityHandler<T> extends Object implements IResultHandler<T,T>
| Constructor and Description |
|---|
IdentityHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(T result,
Split split)
Method is invoked for each result and is responsible for combining
the results in whatever manner is meaningful for the procedure.
|
T |
getResult()
Return the aggregated results as an implementation dependent object.
|
public void aggregate(T result, Split split)
IResultHandleraggregate in interface IResultHandler<T,T>result - The result from applying the procedure to a single index
partition.split - The Split that generated that result.public T getResult()
IResultHandlergetResult in interface IResultHandler<T,T>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.