| 502 | TmpFileMgr* tmp_file_mgr() const { return tmp_file_mgr_; } |
| 503 | |
| 504 | void SetDebugAction(const std::string& debug_action) { debug_action_ = debug_action; } |
| 505 | |
| 506 | /// Return true if spill-to-disk failed due to local faulty disk. |
| 507 | bool IsSpillingDiskFaulty(); |