public static class AbstractKeyArrayIndexProcedure.ResultBitBufferHandler extends Object implements IResultHandler<AbstractKeyArrayIndexProcedure.ResultBitBuffer,AbstractKeyArrayIndexProcedure.ResultBitBuffer>
AbstractKeyArrayIndexProcedure.ResultBitBuffer objects.| Constructor and Description |
|---|
AbstractKeyArrayIndexProcedure.ResultBitBufferHandler(int nkeys) |
AbstractKeyArrayIndexProcedure.ResultBitBufferHandler(int nkeys,
int multiplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(AbstractKeyArrayIndexProcedure.ResultBitBuffer result,
Split split)
Method is invoked for each result and is responsible for combining
the results in whatever manner is meaningful for the procedure.
|
AbstractKeyArrayIndexProcedure.ResultBitBuffer |
getResult()
The aggregated results.
|
public AbstractKeyArrayIndexProcedure.ResultBitBufferHandler(int nkeys)
public AbstractKeyArrayIndexProcedure.ResultBitBufferHandler(int nkeys,
int multiplier)
public void aggregate(AbstractKeyArrayIndexProcedure.ResultBitBuffer result, Split split)
IResultHandleraggregate in interface IResultHandler<AbstractKeyArrayIndexProcedure.ResultBitBuffer,AbstractKeyArrayIndexProcedure.ResultBitBuffer>result - The result from applying the procedure to a single index
partition.split - The Split that generated that result.public AbstractKeyArrayIndexProcedure.ResultBitBuffer getResult()
getResult in interface IResultHandler<AbstractKeyArrayIndexProcedure.ResultBitBuffer,AbstractKeyArrayIndexProcedure.ResultBitBuffer>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.