All Superinterfaces:
Serializable
All Known Subinterfaces:
ICacheStats
All Known Implementing Classes:
CacheStats, Stats

public interface IStats extends Serializable
This interface defines the common behavior for a stats holder.
  • Method Details

    • getStatElements

      Return generic statistical or historical data.
      Returns:
      list of IStatElements
    • setStatElements

      Set the generic statistical or historical data.
      Parameters:
      stats -
    • getTypeName

      Get the type name, such as "LRU Memory Cache." No formal type is defined.
      Returns:
      String
    • setTypeName

      void setTypeName(String name)
      Set the type name, such as "LRU Memory Cache." No formal type is defined. If we need formal types, we can use the cachetype param
      Parameters:
      name -