Return the remote temporary block size.
| 237 | |
| 238 | /// Return the remote temporary block size. |
| 239 | int64_t GetRemoteTmpBlockSize() const { |
| 240 | return tmp_dirs_remote_ctrl_.remote_tmp_block_size_; |
| 241 | } |
| 242 | |
| 243 | /// Return the timeout duration of waiting for spill buffer. |
| 244 | int64_t GetSpillBufferWaitTimeout() const { |
no outgoing calls
no test coverage detected