Class CacheStatisticsHelper


  • public class CacheStatisticsHelper
    extends java.lang.Object
    Class to help in analyzing regioncache statistics
    • Constructor Detail

      • CacheStatisticsHelper

        public CacheStatisticsHelper()
    • Method Detail

      • getCacheRegions

        public java.util.Collection<CacheRegion> getCacheRegions()
      • getTypeNames

        public java.util.Map<java.lang.String,​java.lang.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 java.lang.String getTypeNameForTc​(int typeCode,
                                                    TypeManager typeManager)
        Parameters:
        typeCode - type code
        typeManager -
        Returns:
        type name for type code specified