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

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

Introduction

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

The text is from its open source code.

Method

intmaxUsage()
Return the maximum usage of the chunk list after which chunks are promoted to the next list.
intminUsage()
Return the minimum usage of the chunk list before which chunks are promoted to the previous list.