Package | Description |
---|---|
org.hibernate.stat |
This package exposes statistics about a running Hibernate instance to the application.
|
org.hibernate.stat.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
SecondLevelCacheStatistics
Deprecated.
Use
CacheRegionStatistics instead |
Modifier and Type | Method and Description |
---|---|
CacheRegionStatistics |
Statistics.getCacheRegionStatistics(String regionName)
Get statistics for either a domain-data or query-result region - this
method checks both, preferring domain data region if one.
|
CacheRegionStatistics |
Statistics.getDomainDataRegionStatistics(String regionName)
Second level cache statistics per domain data (entity, collection, natural-id) region
|
CacheRegionStatistics |
Statistics.getQueryRegionStatistics(String regionName)
Second level cache statistics per query region
|
Modifier and Type | Class and Description |
---|---|
class |
CacheRegionStatisticsImpl
Second level cache statistics of a specific region
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.