Package | Description |
---|---|
com.bigdata.btree.proc |
Modifier and Type | Method and Description |
---|---|
AbstractKeyArrayIndexProcedure.ResultBuffer |
BatchInsert.applyOnce(IIndex ndx,
IRaba keys,
IRaba vals)
Applies the operator using
ISimpleBTree#insert(Object, Object) |
AbstractKeyArrayIndexProcedure.ResultBuffer |
BatchLookup.applyOnce(IIndex ndx,
IRaba keys,
IRaba vals) |
AbstractKeyArrayIndexProcedure.ResultBuffer |
BatchPutIfAbsent.applyOnce(IIndex ndx,
IRaba keys,
IRaba vals)
Applies the operator using
ISimpleBTree.putIfAbsent(byte[], byte[]) |
AbstractKeyArrayIndexProcedure.ResultBuffer |
AbstractKeyArrayIndexProcedure.ResultBufferHandler.getResult()
The aggregated results.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractKeyArrayIndexProcedure.ResultBufferHandler.aggregate(AbstractKeyArrayIndexProcedure.ResultBuffer result,
Split split) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.