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