Home
last modified time | relevance | path

Searched refs:iterate (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/src/test/java/org/rocksdb/
DWriteBatchTest.java72 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()
DWriteBatchHandlerTest.java65 batch.iterate(handler); in writeBatchHandler()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DWriteBatch.java62 public void iterate(final Handler handler) throws RocksDBException { in iterate() method in WriteBatch
63 iterate(nativeHandle_, handler.nativeHandle_); in iterate()
266 private native void iterate(final long handle, final long handlerHandle) in iterate() method in WriteBatch
/rocksdb-6.9/docs/_posts/
D2015-02-27-write-batch-with-index.markdown16 …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…
D2016-01-29-compaction_pri.markdown34 …ers, it may slow down iterating over this area, because we still need to iterate those deleted key…