Class JfrStatistics
- java.lang.Object
-
- com.github.marschall.hibernate.jfr.JfrStatistics
-
- All Implemented Interfaces:
java.io.Serializable
,org.hibernate.service.Service
,org.hibernate.stat.spi.StatisticsImplementor
,org.hibernate.stat.Statistics
public abstract class JfrStatistics extends java.lang.Object implements org.hibernate.stat.spi.StatisticsImplementor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JfrStatistics()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.stat.Statistics
clear, getCacheRegionStatistics, getCloseStatementCount, getCollectionFetchCount, getCollectionLoadCount, getCollectionRecreateCount, getCollectionRemoveCount, getCollectionRoleNames, getCollectionStatistics, getCollectionUpdateCount, getConnectCount, getDomainDataRegionStatistics, getEntityDeleteCount, getEntityFetchCount, getEntityInsertCount, getEntityLoadCount, getEntityNames, getEntityStatistics, getEntityUpdateCount, getFlushCount, getNaturalIdCacheHitCount, getNaturalIdCacheMissCount, getNaturalIdCachePutCount, getNaturalIdCacheStatistics, getNaturalIdQueryExecutionCount, getNaturalIdQueryExecutionMaxTime, getNaturalIdQueryExecutionMaxTimeEntity, getNaturalIdQueryExecutionMaxTimeRegion, getNaturalIdStatistics, getOptimisticFailureCount, getPrepareStatementCount, getQueries, getQueryCacheHitCount, getQueryCacheMissCount, getQueryCachePutCount, getQueryExecutionCount, getQueryExecutionMaxTime, getQueryExecutionMaxTimeQueryString, getQueryPlanCacheHitCount, getQueryPlanCacheMissCount, getQueryRegionStatistics, getQueryStatistics, getSecondLevelCacheHitCount, getSecondLevelCacheMissCount, getSecondLevelCachePutCount, getSecondLevelCacheRegionNames, getSecondLevelCacheStatistics, getSessionCloseCount, getSessionOpenCount, getStartTime, getSuccessfulTransactionCount, getTransactionCount, getUpdateTimestampsCacheHitCount, getUpdateTimestampsCacheMissCount, getUpdateTimestampsCachePutCount, isStatisticsEnabled, logSummary, setStatisticsEnabled
-
Methods inherited from interface org.hibernate.stat.spi.StatisticsImplementor
closeSession, closeStatement, collectionCacheHit, collectionCacheMiss, collectionCachePut, connect, deleteEntity, endTransaction, entityCacheHit, entityCacheMiss, entityCachePut, fetchCollection, fetchEntity, flush, insertEntity, loadCollection, loadEntity, naturalIdCacheHit, naturalIdCacheMiss, naturalIdCachePut, naturalIdQueryExecuted, openSession, optimisticFailure, prepareStatement, queryCacheHit, queryCacheMiss, queryCachePut, queryCompiled, queryExecuted, queryPlanCacheHit, recreateCollection, removeCollection, updateCollection, updateEntity, updateTimestampsCacheHit, updateTimestampsCacheMiss, updateTimestampsCachePut
-
-