Class HibernateEntityCacheStatistics
- java.lang.Object
-
- org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
-
- org.jboss.as.jpa.hibernate.management.HibernateEntityCacheStatistics
-
- All Implemented Interfaces:
Statistics
public class HibernateEntityCacheStatistics extends HibernateAbstractStatistics
Hibernate entity cache (SecondLevelCacheStatistics) statistics- Author:
- Scott Marlow
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_ENTITY_CACHE_REGION_NAMEstatic StringOPERATION_SECOND_LEVEL_CACHE_COUNT_IN_MEMORYstatic StringOPERATION_SECOND_LEVEL_CACHE_HIT_COUNTstatic StringOPERATION_SECOND_LEVEL_CACHE_MISS_COUNTstatic StringOPERATION_SECOND_LEVEL_CACHE_PUT_COUNTstatic StringOPERATION_SECOND_LEVEL_CACHE_SIZE_IN_MEMORY-
Fields inherited from class org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
childrenNames, operations, rbs, types, writeableNames
-
-
Constructor Summary
Constructors Constructor Description HibernateEntityCacheStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)-
Methods inherited from class org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
getChild, getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getNames, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getValue, isAttribute, isOperation, isWriteable, setValue
-
-
-
-
Field Detail
-
ATTRIBUTE_ENTITY_CACHE_REGION_NAME
public static final String ATTRIBUTE_ENTITY_CACHE_REGION_NAME
- See Also:
- Constant Field Values
-
OPERATION_SECOND_LEVEL_CACHE_HIT_COUNT
public static final String OPERATION_SECOND_LEVEL_CACHE_HIT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_SECOND_LEVEL_CACHE_MISS_COUNT
public static final String OPERATION_SECOND_LEVEL_CACHE_MISS_COUNT
- See Also:
- Constant Field Values
-
OPERATION_SECOND_LEVEL_CACHE_PUT_COUNT
public static final String OPERATION_SECOND_LEVEL_CACHE_PUT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_SECOND_LEVEL_CACHE_COUNT_IN_MEMORY
public static final String OPERATION_SECOND_LEVEL_CACHE_COUNT_IN_MEMORY
- See Also:
- Constant Field Values
-
OPERATION_SECOND_LEVEL_CACHE_SIZE_IN_MEMORY
public static final String OPERATION_SECOND_LEVEL_CACHE_SIZE_IN_MEMORY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDynamicChildrenNames
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
-
-