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

Method IsAvailable

be/src/util/lru-multi-cache.inline.h:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36template <typename KeyType, typename ValueType>
37bool LruMultiCache<KeyType, ValueType>::ValueType_internal::IsAvailable() {
38 return member_hook.is_linked();
39}
40
41template <typename KeyType, typename ValueType>
42LruMultiCache<KeyType, ValueType>::Accessor::Accessor(

Callers 4

GetMethod · 0.80
ReleaseMethod · 0.80
DestroyMethod · 0.80
EvictOneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected