Interface ByteBufPool.ByteBufPoolStatsMXBean

All Known Implementing Classes:
ByteBufPool.ByteBufPoolStats
Enclosing class:
ByteBufPool

public static interface ByteBufPool.ByteBufPoolStatsMXBean
  • Method Details

    • getCreatedItems

      int getCreatedItems()
    • getReusedItems

      int getReusedItems()
    • getPoolItems

      int getPoolItems()
    • getPoolSize

      long getPoolSize()
    • getPoolSizeKB

      long getPoolSizeKB()
    • getTotalSlabMins

      long getTotalSlabMins()
    • getTotalEvicted

      long getTotalEvicted()
    • getPoolSlabs

      List<String> getPoolSlabs()
    • queryUnrecycledBufs

      List<ByteBufPool.Entry> queryUnrecycledBufs(int limit)
    • clear

      void clear()
    • clearRegistry

      void clearRegistry()