public interface PoolChunkMetric
Modifier and Type | Method and Description |
---|---|
int |
chunkSize()
Return the size of the chunk in bytes, this is the maximum of bytes that can be served out of the chunk.
|
int |
freeBytes()
Return the number of free bytes in the chunk.
|
int |
usage()
Return the percentage of the current usage of the chunk.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.