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

Method ~FileCache

be/src/kudu/util/file_cache.cc:496–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496FileCache::~FileCache() {
497 running_.CountDown();
498 if (descriptor_expiry_thread_) {
499 descriptor_expiry_thread_->Join();
500 }
501}
502
503Status FileCache::Init() {
504 return Thread::Create("cache", Substitute("$0-evict", cache_name_),

Callers

nothing calls this directly

Calls 2

CountDownMethod · 0.80
JoinMethod · 0.45

Tested by

no test coverage detected