Java java.lang.management BufferPoolMXBean fields, constructors, methods, implement or subclass

Example usage for Java java.lang.management BufferPoolMXBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.management BufferPoolMXBean.

The text is from its open source code.

Method

longgetCount()
Returns an estimate of the number of buffers in the pool.
longgetMemoryUsed()
Returns an estimate of the memory that the Java virtual machine is using for this buffer pool.
StringgetName()
Returns the name representing this buffer pool.
longgetTotalCapacity()
Returns an estimate of the total capacity of the buffers in this pool.