Class HibernateStatistics
- java.lang.Object
-
- org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
-
- org.jboss.as.jpa.hibernate.management.HibernateStatistics
-
- All Implemented Interfaces:
Statistics
public class HibernateStatistics extends HibernateAbstractStatistics
HibernateStatistics- Author:
- Scott Marlow
-
-
Field Summary
-
Fields inherited from class org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
childrenNames, operations, rbs, types, writeableNames
-
-
Constructor Summary
Constructors Constructor Description HibernateStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatisticsgetChild(String childName)Collection<String>getDynamicChildrenNames(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 Detail
-
PROVIDER_LABEL
public static final String PROVIDER_LABEL
- See Also:
- Constant Field Values
-
OPERATION_CLEAR
public static final String OPERATION_CLEAR
- See Also:
- Constant Field Values
-
OPERATION_EVICTALL
public static final String OPERATION_EVICTALL
- See Also:
- Constant Field Values
-
OPERATION_SUMMARY
public static final String OPERATION_SUMMARY
- See Also:
- Constant Field Values
-
OPERATION_STATISTICS_ENABLED_DEPRECATED
public static final String OPERATION_STATISTICS_ENABLED_DEPRECATED
- See Also:
- Constant Field Values
-
OPERATION_STATISTICS_ENABLED
public static final String OPERATION_STATISTICS_ENABLED
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_DELETE_COUNT
public static final String OPERATION_ENTITY_DELETE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_INSERT_COUNT
public static final String OPERATION_ENTITY_INSERT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_LOAD_COUNT
public static final String OPERATION_ENTITY_LOAD_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_FETCH_COUNT
public static final String OPERATION_ENTITY_FETCH_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_UPDATE_COUNT
public static final String OPERATION_ENTITY_UPDATE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_FETCH_COUNT
public static final String OPERATION_COLLECTION_FETCH_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_LOAD_COUNT
public static final String OPERATION_COLLECTION_LOAD_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_RECREATED_COUNT
public static final String OPERATION_COLLECTION_RECREATED_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_REMOVE_COUNT
public static final String OPERATION_COLLECTION_REMOVE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COLLECTION_UPDATE_COUNT
public static final String OPERATION_COLLECTION_UPDATE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_QUERYCACHE_HIT_COUNT
public static final String OPERATION_QUERYCACHE_HIT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_QUERYCACHE_MISS_COUNT
public static final String OPERATION_QUERYCACHE_MISS_COUNT
- See Also:
- Constant Field Values
-
OPERATION_QUERYQUERYCACHE_PUT_COUNT
public static final String OPERATION_QUERYQUERYCACHE_PUT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_QUERYEXECUTION_COUNT
public static final String OPERATION_QUERYEXECUTION_COUNT
- See Also:
- Constant Field Values
-
OPERATION_QUERYEXECUTION_MAX_TIME
public static final String OPERATION_QUERYEXECUTION_MAX_TIME
- See Also:
- Constant Field Values
-
OPERATION_QUERYEXECUTION_MAX_TIME_STRING
public static final String OPERATION_QUERYEXECUTION_MAX_TIME_STRING
- See Also:
- Constant Field Values
-
OPERATION_SECONDLEVELCACHE_HIT_COUNT
public static final String OPERATION_SECONDLEVELCACHE_HIT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_SECONDLEVELCACHE_MISS_COUNT
public static final String OPERATION_SECONDLEVELCACHE_MISS_COUNT
- See Also:
- Constant Field Values
-
OPERATION_SECONDLEVELCACHE_PUT_COUNT
public static final String OPERATION_SECONDLEVELCACHE_PUT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_FLUSH_COUNT
public static final String OPERATION_FLUSH_COUNT
- See Also:
- Constant Field Values
-
OPERATION_CONNECT_COUNT
public static final String OPERATION_CONNECT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_SESSION_CLOSE_COUNT
public static final String OPERATION_SESSION_CLOSE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_SESSION_OPEN_COUNT
public static final String OPERATION_SESSION_OPEN_COUNT
- See Also:
- Constant Field Values
-
OPERATION_SUCCESSFUL_TRANSACTION_COUNT
public static final String OPERATION_SUCCESSFUL_TRANSACTION_COUNT
- See Also:
- Constant Field Values
-
OPERATION_COMPLETED_TRANSACTION_COUNT
public static final String OPERATION_COMPLETED_TRANSACTION_COUNT
- See Also:
- Constant Field Values
-
OPERATION_PREPARED_STATEMENT_COUNT
public static final String OPERATION_PREPARED_STATEMENT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_CLOSE_STATEMENT_COUNT
public static final String OPERATION_CLOSE_STATEMENT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_OPTIMISTIC_FAILURE_COUNT
public static final String OPERATION_OPTIMISTIC_FAILURE_COUNT
- See Also:
- Constant Field Values
-
ENTITYCACHE
public static final String ENTITYCACHE
- See Also:
- Constant Field Values
-
COLLECTION
public static final String COLLECTION
- See Also:
- Constant Field Values
-
ENTITY
public static final String ENTITY
- See Also:
- Constant Field Values
-
QUERYCACHE
public static final String QUERYCACHE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getChild
public Statistics getChild(String childName)
- Specified by:
getChildin interfaceStatistics- Overrides:
getChildin classHibernateAbstractStatistics
-
getDynamicChildrenNames
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
-
-