Home
last modified time | relevance | path

Searched refs:OnBackgroundError (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/db_stress_tool/
Ddb_stress_listener.h94 void OnBackgroundError(BackgroundErrorReason /* reason */, in OnBackgroundError() function
/rocksdb-6.9/include/rocksdb/
Dlistener.h443 virtual void OnBackgroundError(BackgroundErrorReason /* reason */, in OnBackgroundError() function
/rocksdb-6.9/db/
Devent_helpers.cc53 listener->OnBackgroundError(reason, bg_error); in NotifyOnBackgroundError()
Dlistener_test.cc891 void OnBackgroundError(BackgroundErrorReason /*reason*/, in OnBackgroundError() function in ROCKSDB_NAMESPACE::BackgroundErrorListener
Derror_handler_fs_test.cc117 void OnBackgroundError(BackgroundErrorReason /*reason*/, in OnBackgroundError() function in ROCKSDB_NAMESPACE::ErrorHandlerFSListener
/rocksdb-6.9/
DHISTORY.md607 * Introduce `EventListener::OnBackgroundError()` callback. Users can implement it to be notified of…