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

Method Destroy

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

Source from the content-addressed store, hash-verified

94}
95
96void FileHandleCache::Accessor::Destroy() {
97 if (cache_accessor_.Get()) {
98 ImpaladMetrics::IO_MGR_NUM_FILE_HANDLES_OUTSTANDING->Increment(-1L);
99 cache_accessor_.Destroy();
100 }
101}
102
103FileHandleCache::Accessor::~Accessor() {
104 if (cache_accessor_.Get()) {

Callers 2

GetFileHandleMethod · 0.45

Calls 2

GetMethod · 0.45
IncrementMethod · 0.45

Tested by

no test coverage detected