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

Method GetCleanPageBytesLimit

be/src/runtime/bufferpool/buffer-pool.cc:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295int64_t BufferPool::GetCleanPageBytesLimit() const {
296 return allocator_->GetCleanPageBytesLimit();
297}
298
299int64_t BufferPool::GetNumCleanPages() const {
300 return allocator_->GetNumCleanPages();

Callers 1

GetValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected