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

Method SetTmpFileMgrArgs

be/src/runtime/test-env.cc:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void TestEnv::SetTmpFileMgrArgs(const vector<string>& tmp_dirs, bool one_dir_per_device,
100 const string& compression, bool punch_holes) {
101 have_tmp_file_mgr_args_ = true;
102 tmp_dirs_ = tmp_dirs;
103 one_tmp_dir_per_device_ = one_dir_per_device;
104 tmp_file_mgr_compression_ = compression;
105 tmp_file_mgr_punch_holes_ = punch_holes;
106}
107
108void TestEnv::SetBufferPoolArgs(int64_t min_buffer_len, int64_t capacity) {
109 buffer_pool_min_buffer_len_ = min_buffer_len;

Callers 2

InitTmpFileMgrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected