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

Method GetLocalBufferDir

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

Source from the content-addressed store, hash-verified

601}
602
603TmpDir* TmpFileMgr::GetLocalBufferDir() const {
604 return local_buff_dir_.get();
605}
606
607int TmpFileMgr::NumActiveTmpDevicesLocal() {
608 DCHECK(initialized_);

Callers 2

EnqueueTmpFilesPoolMethod · 0.80
DequeueTmpFilesPoolMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected