Class HibernateQueryCacheStatistics
java.lang.Object
org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
org.jboss.as.jpa.hibernate.management.HibernateQueryCacheStatistics
- All Implemented Interfaces:
Statistics
Hibernate query cache statistics
- Author:
- Scott Marlow
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic 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_QUERY_NAME
- See Also:
-
OPERATION_QUERY_EXECUTION_COUNT
- See Also:
-
OPERATION_QUERY_EXECUTION_ROW_COUNT
- See Also:
-
OPERATION_QUERY_EXECUTION_AVG_TIME
- See Also:
-
OPERATION_QUERY_EXECUTION_MAX_TIME
- See Also:
-
OPERATION_QUERY_EXECUTION_MIN_TIME
- See Also:
-
OPERATION_QUERY_CACHE_HIT_COUNT
- See Also:
-
OPERATION_QUERY_CACHE_MISS_COUNT
- See Also:
-
OPERATION_QUERY_CACHE_PUT_COUNT
- See Also:
-
-
Constructor Details
-
HibernateQueryCacheStatistics
public HibernateQueryCacheStatistics()
-
-
Method Details
-
getDynamicChildrenNames
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
-