Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ num_references
Method
num_references
be/src/util/cache/lirs-cache.cc:281–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
}
280
281
uint16_t num_references() const {
282
return atomic_state_.load().ref_count;
283
}
284
285
// The caller must be holding the mutex_.
286
void get_reference() {
Callers
2
~LIRSCacheShard
Method · 0.80
CleanupThreadState
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected