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

Method tmp_file_mgr

be/src/runtime/exec-env.h:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 ThreadResourceMgr* thread_mgr() { return thread_mgr_.get(); }
148 HdfsOpThreadPool* hdfs_op_thread_pool() { return hdfs_op_thread_pool_.get(); }
149 TmpFileMgr* tmp_file_mgr() { return tmp_file_mgr_.get(); }
150 ImpalaServer* impala_server() { return impala_server_; }
151 Frontend* frontend() {
152 DCHECK(frontend_.get() != nullptr);

Callers 15

ImpalaServerMethod · 0.45
ShutdownThreadMethod · 0.45
DCheckReadBufferIdxMethod · 0.45
InitBufferPoolStateMethod · 0.45
GetReadBufferFileMethod · 0.45
RemoveMethod · 0.45
WriteMethod · 0.45
WriteCompleteMethod · 0.45
TEST_FFunction · 0.45
TestBlockVerificationMethod · 0.45
NewFileGroupMethod · 0.45

Calls 1

getMethod · 0.65

Tested by 9

TEST_FFunction · 0.36
TestBlockVerificationMethod · 0.36
NewFileGroupMethod · 0.36
InitTmpFileMgrMethod · 0.36
NewFileGroupMethod · 0.36
TestWriteErrorMethod · 0.36