public interface ReservationListener
| Modifier and Type | Method and Description |
|---|---|
void |
reserve(long size)
Reserve bytes.
|
void |
unreserve(long size)
Unreserve bytes.
|
void reserve(long size)
RuntimeException - if request size cannot be grantedvoid unreserve(long size)
Copyright © 2023 The Apache Software Foundation. All rights reserved.