Interface BufferPoolMXBean

    • Method Detail

      • getName

        String getName()
        Returns the name of the buffer pool.
        Returns:
        the name of the buffer pool.
      • getCount

        long getCount()
        Returns the number of buffers of the pool.
        Returns:
        the number of buffers of the pool.
      • getTotalCapacity

        long getTotalCapacity()
        Returns the total capacity of the buffers in this pool.
        Returns:
        the total capacity of the buffers in this pool.
      • getMemoryUsed

        long getMemoryUsed()
        Returns the count of used memory.
        Returns:
        the count of used memory.