Searched refs:iterate (Results 1 – 5 of 5) sorted by relevance
72 batch.iterate(handler); in multipleBatchOperations()258 batch.iterate(handler); in restorePoints()305 batch.iterate(handler); in popSavePoint()368 batch1.iterate(handler1); in data()371 batch2.iterate(handler2); in data()493 wb.iterate(getter); in getFromWriteBatch()
65 batch.iterate(handler); in writeBatchHandler()
62 public void iterate(final Handler handler) throws RocksDBException { in iterate() method in WriteBatch63 iterate(nativeHandle_, handler.nativeHandle_); in iterate()266 private native void iterate(final long handle, final long handlerHandle) in iterate() method in WriteBatch
16 …s can create an iterator of a WriteBatchWithIndex, seek to any key location and iterate from there.18 …DB iterator with the batch's iterator. Using this super iterator, we can iterate the DB with the t…
34 …ers, it may slow down iterating over this area, because we still need to iterate those deleted key…