MCPcopy Create free account
hub / github.com/bytedance/terarkdb / iterate

Method iterate

java/src/main/java/org/rocksdb/WriteBatch.java:60–62  ·  view source on GitHub ↗

Support for iterating over the contents of a batch. @param handler A handler that is called back for each update present in the batch @throws RocksDBException If we cannot iterate over the batch

(final Handler handler)

Source from the content-addressed store, hash-verified

58 * @throws RocksDBException If we cannot iterate over the batch
59 */
60 public void iterate(final Handler handler) throws RocksDBException {
61 iterate(nativeHandle_, handler.nativeHandle_);
62 }
63
64 /**
65 * Retrieve the serialized version of this batch.

Callers 6

writeBatchHandlerMethod · 0.80
restorePointsMethod · 0.80
popSavePointMethod · 0.80
dataMethod · 0.80
getFromWriteBatchMethod · 0.80

Calls

no outgoing calls

Tested by 6

writeBatchHandlerMethod · 0.64
restorePointsMethod · 0.64
popSavePointMethod · 0.64
dataMethod · 0.64
getFromWriteBatchMethod · 0.64