Class HibernateEntityCacheStatistics
java.lang.Object
org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
org.jboss.as.jpa.hibernate.management.HibernateEntityCacheStatistics
- All Implemented Interfaces:
Statistics
Hibernate entity cache (SecondLevelCacheStatistics) statistics
- Author:
- Scott Marlow
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
childrenNames, operations, rbs, types, writeableNames -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDynamicChildrenNames(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 Details
-
ATTRIBUTE_ENTITY_CACHE_REGION_NAME
- See Also:
-
OPERATION_SECOND_LEVEL_CACHE_HIT_COUNT
- See Also:
-
OPERATION_SECOND_LEVEL_CACHE_MISS_COUNT
- See Also:
-
OPERATION_SECOND_LEVEL_CACHE_PUT_COUNT
- See Also:
-
OPERATION_SECOND_LEVEL_CACHE_COUNT_IN_MEMORY
- See Also:
-
OPERATION_SECOND_LEVEL_CACHE_SIZE_IN_MEMORY
- See Also:
-
-
Constructor Details
-
HibernateEntityCacheStatistics
public HibernateEntityCacheStatistics()
-
-
Method Details
-
getDynamicChildrenNames
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
-