Class CacheStatisticsHelper

java.lang.Object
de.hybris.platform.regioncache.helper.CacheStatisticsHelper

public class CacheStatisticsHelper extends Object
Class to help in analyzing regioncache statistics
  • Constructor Details

    • CacheStatisticsHelper

      public CacheStatisticsHelper()
  • Method Details

    • getCacheRegions

      public Collection<CacheRegion> getCacheRegions()
    • getTypeNames

      public Map<String,String> getTypeNames()
      returns real type name for each "numeric" type.
    • getItemDeployment

      protected ItemDeployment getItemDeployment(int typeCode, PersistenceManager persistenceManager)
      Parameters:
      typeCode - type code
      persistenceManager -
      Returns:
      item deployment to get name from
    • getTypeNameForTc

      protected String getTypeNameForTc(int typeCode, TypeManager typeManager)
      Parameters:
      typeCode - type code
      typeManager -
      Returns:
      type name for type code specified