MCPcopy Create free account
hub / github.com/apache/impala / ~TmpFileMgr

Method ~TmpFileMgr

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

Source from the content-addressed store, hash-verified

189TmpFileMgr::TmpFileMgr() {}
190
191TmpFileMgr::~TmpFileMgr() {
192 if(tmp_dirs_remote_ctrl_.tmp_file_pool_ != nullptr) {
193 tmp_dirs_remote_ctrl_.tmp_file_pool_->ShutDown();
194 tmp_dirs_remote_ctrl_.tmp_file_mgr_thread_group_.JoinAll();
195 }
196}
197
198Status TmpFileMgr::Init(MetricGroup* metrics) {
199 return InitCustom(FLAGS_scratch_dirs, !FLAGS_allow_multiple_scratch_dirs_per_device,

Callers

nothing calls this directly

Calls 2

JoinAllMethod · 0.80
ShutDownMethod · 0.45

Tested by

no test coverage detected