public interface PoolChunkListMetric extends java.lang.Iterable<PoolChunkMetric>
Modifier and Type | Method and Description |
---|---|
int |
maxUsage()
Return the minum usage of the chunk list after which chunks are promoted to the next list.
|
int |
minUsage()
Return the minum usage of the chunk list before which chunks are promoted to the previous list.
|