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

Method MaxCharge

be/src/util/cache/cache-internal.h:314–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 }
313
314 size_t MaxCharge() const override {
315 return shard_charge_limit_;
316 }
317
318 UniquePendingHandle Allocate(Slice key, int val_len, size_t charge) override {
319 const uint32_t hash = HashSlice(key);

Callers 3

MaxSizeMethod · 0.80
TEST_FFunction · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_PFunction · 0.64