public interface EhcacheHibernateMBean extends EhcacheStats, HibernateStats
CACHE_ENABLED, CACHE_FLUSHED, CACHE_REGION_CHANGED, CACHE_REGION_FLUSHED, CACHE_STATISTICS_ENABLED, CACHE_STATISTICS_RESET
CACHE_ENABLED, CACHE_FLUSHED, CACHE_REGION_CHANGED, CACHE_REGION_FLUSHED, CACHE_STATISTICS_ENABLED, CACHE_STATISTICS_RESET
Modifier and Type | Method and Description |
---|---|
boolean |
isHibernateStatisticsSupported()
Returns true if hibernate statistics is supported.
|
flushRegionCache, flushRegionCaches, generateActiveConfigDeclaration, generateActiveConfigDeclaration, getAverageGetTimeMillis, getCacheHitCount, getCacheHitRate, getCacheHitSample, getCacheMissCount, getCacheMissRate, getCacheMissSample, getCachePutCount, getCachePutRate, getCachePutSample, getMaxGetTimeMillis, getMaxGetTimeMillis, getMinGetTimeMillis, getMinGetTimeMillis, getNumberOfElementsInMemory, getNumberOfElementsOffHeap, getNumberOfElementsOnDisk, getOriginalConfigDeclaration, getOriginalConfigDeclaration, getRegionCacheAttributes, getRegionCacheAttributes, getRegionCacheMaxTTISeconds, getRegionCacheMaxTTLSeconds, getRegionCacheOrphanEvictionPeriod, getRegionCacheSamples, getRegionCacheTargetMaxInMemoryCount, getRegionCacheTargetMaxTotalCount, getTerracottaHibernateCacheRegionNames, isRegionCacheEnabled, isRegionCacheLoggingEnabled, isRegionCacheOrphanEvictionEnabled, isRegionCachesEnabled, isTerracottaHibernateCache, setRegionCacheEnabled, setRegionCacheLoggingEnabled, setRegionCacheMaxTTISeconds, setRegionCacheMaxTTLSeconds, setRegionCachesEnabled, setRegionCacheTargetMaxInMemoryCount, setRegionCacheTargetMaxTotalCount
clearStats, disableStats, enableStats, getCacheRegionStats, getCloseStatementCount, getCollectionStats, getConnectCount, getEntityStats, getFlushCount, getOptimisticFailureCount, getPrepareStatementCount, getQueryExecutionCount, getQueryExecutionRate, getQueryExecutionSample, getQueryStats, getSessionCloseCount, getSessionOpenCount, getSuccessfulTransactionCount, getTransactionCount, isStatisticsEnabled, setStatisticsEnabled
removeNotificationListener
addNotificationListener, getNotificationInfo, removeNotificationListener
boolean isHibernateStatisticsSupported()
It depends on whether the property hibernate.session_factory_name has been specified in the hibernate configuration for the hibernate statistics to be enabled
Copyright 2001-2018, Terracotta, Inc.