Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ state
Method
state
be/src/util/cache/lirs-cache.cc:258–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
LIRSState state() const {
259
return atomic_state_.load().state;
260
}
261
262
// The caller must be holding the mutex_.
263
void set_state(LIRSState old_state, LIRSState new_state) {
Callers
13
~LIRSCacheShard
Method · 0.45
EnforceProtectedCapacity
Method · 0.45
TrimRecencyList
Method · 0.45
EnforceTombstoneLimit
Method · 0.45
MoveToRecencyListBack
Method · 0.45
AddToUnprotectedList
Method · 0.45
RemoveFromUnprotectedList
Method · 0.45
UninitializedToUnprotected
Method · 0.45
ToUninitialized
Method · 0.45
Lookup
Method · 0.45
UpdateCharge
Method · 0.45
Insert
Method · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected