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

Method EnqueueTmpFilesPool

be/src/runtime/tmp-file-mgr.cc:524–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524void TmpFileMgr::EnqueueTmpFilesPool(shared_ptr<TmpFile>& tmp_file, bool front) {
525 tmp_dirs_remote_ctrl_.tmp_file_pool_->EnqueueTmpFilesPool(tmp_file, front);
526}
527
528Status TmpFileMgr::DequeueTmpFilesPool(shared_ptr<TmpFile>* tmp_file, bool quick_return) {
529 return tmp_dirs_remote_ctrl_.tmp_file_pool_->DequeueTmpFilesPool(

Callers 3

RemoveMethod · 0.80
UploadCompleteMethod · 0.80
TEST_FFunction · 0.80

Calls 11

is_enqueuedMethod · 0.80
SetEnqueuedMethod · 0.80
SetBufferReturnedMethod · 0.80
push_backMethod · 0.80
bytes_used_metricMethod · 0.80
GetLocalBufferDirMethod · 0.80
GetRemoteTmpFileSizeMethod · 0.80
NotifyOneMethod · 0.80
getMethod · 0.65
disk_typeMethod · 0.45
IncrementMethod · 0.45

Tested by 1

TEST_FFunction · 0.64