Lines Matching refs:called
9 …etChecksum to Update, Finalize, and GetChecksum. Finalize should be only called once after all dat…
82 * Fix a bug in WriteBatchWithIndex::MultiGetFromBatchAndDB, which is called by Transaction::MultiGe…
98 …Prev could return invalid for an existing prefix. ::SeekForPrev might be called by the user, or in…
153 …Prev could return invalid for an existing prefix. ::SeekForPrev might be called by the user, or in…
256 …tombstones to reappear. Note `Put`s may exist even if the user only ever called `Merge()` due to a…
383 * `OnTableFileCreated` will now be called for empty files generated during compaction. In that case…
525 * Add a new histogram stat called rocksdb.db.flush.micros for memtable flush.
589 * Allow merge operator to be called even with a single merge operand during compactions, by appropr…
655 …he pinned resources that contain the value when it is destructed or when ::Reset() is called on it.
695 * Added EventListener::OnExternalFileIngested which will be called when IngestExternalFile() add a …
777 * Added EventListener::OnTableFileCreationStarted. EventListener::OnTableFileCreated will be called…
821 * CompactionFilter has new member function called IgnoreSnapshots which allows CompactionFilter to …
901 * If CancelAllBackgroundWork is called without doing a flush after doing loads with WAL disabled, t…
1045 * Add TimeOut API to write. Now WriteOptions have a variable called timeout_hint_us. With timeout…