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

Method DiskFile

be/src/runtime/io/disk-file.cc:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51DiskFile::DiskFile(const string& path, DiskIoMgr* io_mgr)
52 : path_(path),
53 disk_type_(DiskFileType::LOCAL),
54 file_status_(DiskFileStatus::INWRITING),
55 file_writer_(new LocalFileWriter(io_mgr, path.c_str())),
56 space_reserved_(true) {}
57
58DiskFile::DiskFile(const string& path, DiskIoMgr* io_mgr, int64_t file_size,
59 DiskFileType disk_type, const hdfsFS* hdfs_conn)

Callers 7

tmp-file-mgr.ccFile · 0.45
RecycleFileRangeMethod · 0.45
ReadAsyncMethod · 0.45
WriteCompleteMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 2

resetMethod · 0.65
StoreMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36