public interface PoolChunkListMetric extends Iterable<PoolChunkMetric>
| Modifier and Type | Method and Description | 
|---|---|
int | 
maxUsage()
Return the maximum usage of the chunk list after which chunks are promoted to the next list. 
 | 
int | 
minUsage()
Return the minimum usage of the chunk list before which chunks are promoted to the previous list. 
 | 
forEach, iterator, spliteratorCopyright © 2008–2025 The Netty Project. All rights reserved.