Uses of Interface
org.hibernate.stat.CacheRegionStatistics
-
Packages that use CacheRegionStatistics Package Description org.hibernate.stat This package exposes statistics about a running instance ofSessionFactory
and its interaction with the database and second-level cache.org.hibernate.stat.internal The built-in implementation of the statistics collection service. -
-
Uses of CacheRegionStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return CacheRegionStatistics Modifier and Type Method Description @Nullable CacheRegionStatistics
Statistics. getCacheRegionStatistics(String regionName)
Obtain the statistics for either a domain data or query result cache region.CacheRegionStatistics
Statistics. getDomainDataRegionStatistics(String regionName)
Obtain the second-level cache statistics for the given cache region.@Nullable CacheRegionStatistics
Statistics. getQueryRegionStatistics(String regionName)
Obtain the second-level cache statistics for the given query cache region. -
Uses of CacheRegionStatistics in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement CacheRegionStatistics Modifier and Type Class Description class
CacheRegionStatisticsImpl
Second level cache statistics of a specific region
-