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

Method SetDebugDenyIncreaseReservation

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

Source from the content-addressed store, hash-verified

373}
374
375void BufferPool::ClientHandle::SetDebugDenyIncreaseReservation(double probability) {
376 impl_->reservation()->SetDebugDenyIncreaseReservation(probability);
377}
378
379int64_t BufferPool::ClientHandle::min_buffer_len() const {
380 return impl_->min_buffer_len();

Callers 1

Calls 1

reservationMethod · 0.45

Tested by

no test coverage detected