Home
last modified time | relevance | path

Searched refs:kWriteCallback (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Derror_handler.cc46 {std::make_tuple(BackgroundErrorReason::kWriteCallback,
50 {std::make_tuple(BackgroundErrorReason::kWriteCallback,
85 {std::make_tuple(BackgroundErrorReason::kWriteCallback,
88 {std::make_tuple(BackgroundErrorReason::kWriteCallback,
91 {std::make_tuple(BackgroundErrorReason::kWriteCallback,
94 {std::make_tuple(BackgroundErrorReason::kWriteCallback,
112 {std::make_tuple(BackgroundErrorReason::kWriteCallback, true),
114 {std::make_tuple(BackgroundErrorReason::kWriteCallback, false),
/rocksdb-6.9/include/rocksdb/
Dlistener.h118 kWriteCallback, enumerator
/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc838 error_handler_.SetBGError(status, BackgroundErrorReason::kWriteCallback); in WriteStatusCheck()
849 error_handler_.SetBGError(io_status, BackgroundErrorReason::kWriteCallback); in IOStatusCheck()