Return if batch reading is enabled.
| 400 | |
| 401 | // Return if batch reading is enabled. |
| 402 | bool IsBatchReadEnabled() { return read_buffer_ != nullptr; } |
| 403 | |
| 404 | void DCheckMemBlock(const boost::shared_lock<boost::shared_mutex>& file_lock, |
| 405 | MemBlock* read_buffer_block) { |