Interface BeanStatistics

  • All Known Subinterfaces:
    BeanManager<K,​V,​B>

    public interface BeanStatistics
    Exposes statistics for cached beans.
    Author:
    Paul Ferraro
    • Method Detail

      • getActiveCount

        int getActiveCount()
        Returns the number of beans that are actively cached.
        Returns:
        a number of beans
      • getPassiveCount

        int getPassiveCount()
        Returns the number of passivated beans accessible to the cache.
        Returns:
        a number of beans