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

Method ~FileHandleCache

be/src/runtime/io/handle-cache.inline.h:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133FileHandleCache::~FileHandleCache() {
134 shut_down_promise_.Set(true);
135 if (eviction_thread_ != nullptr) eviction_thread_->Join();
136}
137
138Status FileHandleCache::Init() {
139 return Thread::Create("disk-io-mgr-handle-cache", "File Handle Timeout",

Callers

nothing calls this directly

Calls 2

SetMethod · 0.45
JoinMethod · 0.45

Tested by

no test coverage detected