Return if return the remote temporary file to the pool by LIFO. If false is returned, it is set by FIFO.
| 248 | /// Return if return the remote temporary file to the pool by LIFO. |
| 249 | /// If false is returned, it is set by FIFO. |
| 250 | bool GetRemoteTmpFileBufferPoolLifo() { |
| 251 | return tmp_dirs_remote_ctrl_.remote_tmp_files_avail_pool_lifo_; |
| 252 | } |
| 253 | |
| 254 | // Return if batch reading for remote temporary files is enabled. |
| 255 | bool IsRemoteBatchReadingEnabled() { |