R - A - public class NopAggregator<R,A> extends Object implements IResultHandler<R,A>
null. This is used for
parallelizing operations that require a result handler to stripe them against
the index.(Schedule more IOs when loading data)| Modifier and Type | Field and Description |
|---|---|
static IResultHandler |
INSTANCE |
| Constructor and Description |
|---|
NopAggregator() |
| 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 static final IResultHandler INSTANCE
public void aggregate(R result, Split split)
IResultHandleraggregate in interface IResultHandler<R,A>result - The result from applying the procedure to a single index
partition.split - The Split that generated that result.public A getResult()
IResultHandlergetResult in interface IResultHandler<R,A>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.