Uses of Class
org.jgrapes.io.util.ManagedBufferPool.ManagedBufferPoolMXBean.PoolInfo
Packages that use ManagedBufferPool.ManagedBufferPoolMXBean.PoolInfo
Package
Description
Utility classes, mainly for adapted buffers to specific needs.
-
Uses of ManagedBufferPool.ManagedBufferPoolMXBean.PoolInfo in org.jgrapes.io.util
Methods in org.jgrapes.io.util that return types with arguments of type ManagedBufferPool.ManagedBufferPoolMXBean.PoolInfoModifier 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).