public interface IAsyncResultHandler<R,A,O,X extends KVO<O>> extends IResultHandler<R,A>
Note: For backward compatibility both
#aggregate(KVO[], Object, Split) and
IResultHandler.aggregate(Object, Split) will be invoked by the
IndexPartitionWriteTask. In general, one of those methods should be
a NOP.
KVO,
IAsynchronousWriteBufferFactory| Modifier and Type | Method and Description |
|---|---|
void |
aggregateAsync(X[] chunk,
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.
|
aggregate, getResultvoid aggregateAsync(X[] chunk, R result, Split split)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.