Interface BeanStatistics

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

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

    Modifier and Type
    Method
    Description
    int
    Returns the number of beans that are actively cached.
    int
    Returns the number of passivated beans accessible to the cache.
  • Method Details

    • 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