Uses of Class
org.jgrapes.io.util.ManagedBufferPool.ManagedBufferPoolMXBean.PoolInfo
Package
Description
Utility classes, mainly for adapted buffers to specific needs.
-
Uses of ManagedBufferPool.ManagedBufferPoolMXBean.PoolInfo in org.jgrapes.io.util
Modifier and TypeMethodDescriptionManagedBufferPool.ManagedBufferPoolMXBean.PoolInfos.getAllPools()
All pools.ManagedBufferPool.ManagedBufferPoolMXBean.PoolInfos.getNonEmptyPools()
Pools that have at least managed buffer enqueued (ready to be acquired).ManagedBufferPool.ManagedBufferPoolMXBean.PoolInfos.getUsedPools()
Pools that have at least one associated buffer (in pool or in use).