Class 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
    • Field Summary

      • Fields inherited from interface org.hibernate.stat.Statistics

        DEFAULT_QUERY_STATISTICS_MAX_SIZE
    • 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
    • Constructor Detail

      • JfrStatistics

        public JfrStatistics()