Java io.netty.buffer PoolChunkMetric fields, constructors, methods, implement or subclass

Example usage for Java io.netty.buffer PoolChunkMetric fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.buffer PoolChunkMetric.

The text is from its open source code.

Method

intchunkSize()
Return the size of the chunk in bytes, this is the maximum of bytes that can be served out of the chunk.
intfreeBytes()
Return the number of free bytes in the chunk.
intusage()
Return the percentage of the current usage of the chunk.