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

Function NewCache

be/src/util/cache/cache.cc:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98Cache* NewCache(Cache::EvictionPolicy policy, size_t capacity, const std::string& id) {
99 return new ShardedCache(policy, capacity, id);
100}
101
102} // namespace impala

Callers 8

FileCacheMethod · 0.85
SetUpMethod · 0.85
InitMethod · 0.85
PartitionMethod · 0.85
LoadMethod · 0.85
InitMethod · 0.85
SetUpMethod · 0.85
SetupWithParametersMethod · 0.85

Calls

no outgoing calls

Tested by 1

SetupWithParametersMethod · 0.68