Uses of Interface
org.hibernate.stat.CacheRegionStatistics
Packages that use CacheRegionStatistics
Package
Description
This package exposes statistics
about a running instance of
SessionFactory
and its
interaction with the database and second-level cache.The built-in implementation of the statistics collection service.
-
Uses of CacheRegionStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return CacheRegionStatisticsModifier and TypeMethodDescription@Nullable CacheRegionStatistics
Statistics.getCacheRegionStatistics
(String regionName) Obtain the statistics for either a domain data or query result cache region.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 CacheRegionStatisticsModifier and TypeClassDescriptionclass
Second level cache statistics of a specific region