MCPcopy Create free account
hub / github.com/apache/impala / GetRemoteTmpFileBufferPoolLifo

Method GetRemoteTmpFileBufferPoolLifo

be/src/runtime/tmp-file-mgr.h:250–252  ·  view source on GitHub ↗

Return if return the remote temporary file to the pool by LIFO. If false is returned, it is set by FIFO.

Source from the content-addressed store, hash-verified

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() {

Callers 1

UploadCompleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected