Return the read buffer block size for a remote temporary file.
| 222 | |
| 223 | /// Return the read buffer block size for a remote temporary file. |
| 224 | int64_t GetReadBufferBlockSize() const { |
| 225 | return tmp_dirs_remote_ctrl_.read_buffer_block_size_; |
| 226 | } |
| 227 | |
| 228 | /// Return the number of read buffer blocks for a remote temporary file. |
| 229 | int GetNumReadBuffersPerFile() const { |