Class HibernateStatistics
java.lang.Object
org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
org.jboss.as.jpa.hibernate.management.HibernateStatistics
- All Implemented Interfaces:
Statistics
HibernateStatistics
- 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 Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic 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
getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getNames, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getValue, isAttribute, isOperation, isWriteable, setValue
-
Field Details
-
PROVIDER_LABEL
- See Also:
-
OPERATION_CLEAR
- See Also:
-
OPERATION_EVICTALL
- See Also:
-
OPERATION_SUMMARY
- See Also:
-
OPERATION_STATISTICS_ENABLED_DEPRECATED
- See Also:
-
OPERATION_STATISTICS_ENABLED
- See Also:
-
OPERATION_ENTITY_DELETE_COUNT
- See Also:
-
OPERATION_ENTITY_INSERT_COUNT
- See Also:
-
OPERATION_ENTITY_LOAD_COUNT
- See Also:
-
OPERATION_ENTITY_FETCH_COUNT
- See Also:
-
OPERATION_ENTITY_UPDATE_COUNT
- See Also:
-
OPERATION_COLLECTION_FETCH_COUNT
- See Also:
-
OPERATION_COLLECTION_LOAD_COUNT
- See Also:
-
OPERATION_COLLECTION_RECREATED_COUNT
- See Also:
-
OPERATION_COLLECTION_REMOVE_COUNT
- See Also:
-
OPERATION_COLLECTION_UPDATE_COUNT
- See Also:
-
OPERATION_QUERYCACHE_HIT_COUNT
- See Also:
-
OPERATION_QUERYCACHE_MISS_COUNT
- See Also:
-
OPERATION_QUERYQUERYCACHE_PUT_COUNT
- See Also:
-
OPERATION_QUERYEXECUTION_COUNT
- See Also:
-
OPERATION_QUERYEXECUTION_MAX_TIME
- See Also:
-
OPERATION_QUERYEXECUTION_MAX_TIME_STRING
- See Also:
-
OPERATION_SECONDLEVELCACHE_HIT_COUNT
- See Also:
-
OPERATION_SECONDLEVELCACHE_MISS_COUNT
- See Also:
-
OPERATION_SECONDLEVELCACHE_PUT_COUNT
- See Also:
-
OPERATION_FLUSH_COUNT
- See Also:
-
OPERATION_CONNECT_COUNT
- See Also:
-
OPERATION_SESSION_CLOSE_COUNT
- See Also:
-
OPERATION_SESSION_OPEN_COUNT
- See Also:
-
OPERATION_SUCCESSFUL_TRANSACTION_COUNT
- See Also:
-
OPERATION_COMPLETED_TRANSACTION_COUNT
- See Also:
-
OPERATION_PREPARED_STATEMENT_COUNT
- See Also:
-
OPERATION_CLOSE_STATEMENT_COUNT
- See Also:
-
OPERATION_OPTIMISTIC_FAILURE_COUNT
- See Also:
-
ENTITYCACHE
- See Also:
-
COLLECTION
- See Also:
-
ENTITY
- See Also:
-
QUERYCACHE
- See Also:
-
-
Constructor Details
-
HibernateStatistics
public HibernateStatistics()
-
-
Method Details
-
getChild
- Specified by:
getChildin interfaceStatistics- Overrides:
getChildin classHibernateAbstractStatistics
-
getDynamicChildrenNames
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
-