Package | Description |
---|---|
org.hibernate.cache.ehcache.management.impl | |
org.hibernate.jmx |
This package exposes a Hibernate instance via JMX.
|
org.hibernate.stat |
This package exposes statistics about a running Hibernate instance to the application.
|
org.hibernate.stat.internal |
Constructor and Description |
---|
CacheRegionStats(String region,
SecondLevelCacheStatistics src) |
Modifier and Type | Method and Description |
---|---|
SecondLevelCacheStatistics |
StatisticsService.getSecondLevelCacheStatistics(String regionName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SecondLevelCacheStatistics |
Statistics.getSecondLevelCacheStatistics(String regionName)
Second level cache statistics per region
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentSecondLevelCacheStatisticsImpl
Second level cache statistics of a specific region
|
Modifier and Type | Method and Description |
---|---|
SecondLevelCacheStatistics |
ConcurrentStatisticsImpl.getSecondLevelCacheStatistics(String regionName)
Second level cache statistics per region
|
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.