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

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

Introduction

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

The text is from its open source code.

Method

intelementSize()
Return the size (in bytes) of the elements that will be allocated.
intmaxNumElements()
Return the number of maximal elements that can be allocated out of the sub-page.
intnumAvailable()
Return the number of available elements to be allocated.
intpageSize()
Return the size (in bytes) of this page.