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

Method RestoreAllReservation

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

Source from the content-addressed store, hash-verified

369}
370
371void BufferPool::ClientHandle::RestoreAllReservation(SubReservation* src) {
372 RestoreReservation(src, src->GetReservation());
373}
374
375void BufferPool::ClientHandle::SetDebugDenyIncreaseReservation(double probability) {
376 impl_->reservation()->SetDebugDenyIncreaseReservation(probability);

Calls 1

GetReservationMethod · 0.45

Tested by

no test coverage detected