public interface PoolChunkListMetric extends java.lang.Iterable<PoolChunkMetric>
限定符和类型 | 方法和说明 |
---|---|
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.
|