R
- The type of the result from applying the procedure to a single
key-range (or Split
} of data.A
- The type of the aggregated result.public interface IResultHandler<R,A>
IIndexProcedure
is
parallelized across either a local index or partitions of a scale-out index.(Schedule more IOs when loading data)
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.
|
void aggregate(R result, Split split)
result
- The result from applying the procedure to a single index
partition.split
- The Split
that generated that result.A getResult()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.