Class CacheStatisticsHelper
- java.lang.Object
-
- de.hybris.platform.regioncache.helper.CacheStatisticsHelper
-
public class CacheStatisticsHelper extends java.lang.ObjectClass to help in analyzing regioncache statistics
-
-
Constructor Summary
Constructors Constructor Description CacheStatisticsHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<CacheRegion>getCacheRegions()protected ItemDeploymentgetItemDeployment(int typeCode, PersistenceManager persistenceManager)protected java.lang.StringgetTypeNameForTc(int typeCode, TypeManager typeManager)java.util.Map<java.lang.String,java.lang.String>getTypeNames()returns real type name for each "numeric" type.
-
-
-
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 codepersistenceManager-- Returns:
- item deployment to get name from
-
getTypeNameForTc
protected java.lang.String getTypeNameForTc(int typeCode, TypeManager typeManager)- Parameters:
typeCode- type codetypeManager-- Returns:
- type name for type code specified
-
-