MCPcopy 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

~LIRSCacheShardMethod · 0.45
TrimRecencyListMethod · 0.45
EnforceTombstoneLimitMethod · 0.45
MoveToRecencyListBackMethod · 0.45
AddToUnprotectedListMethod · 0.45
ToUninitializedMethod · 0.45
LookupMethod · 0.45
UpdateChargeMethod · 0.45
InsertMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected