Class SystemMonitorController
java.lang.Object
ubic.gemma.web.controller.monitoring.SystemMonitorController
Provide statistics about the system: hibernate, caches etc.
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Flush (clear) all caches.void
clearCache
(String name) Flush (clear) a cache.void
Exposed to AJAXvoid
Exposed to AJAXvoid
show()
-
Constructor Details
-
SystemMonitorController
public SystemMonitorController()
-
-
Method Details
-
clearAllCaches
public void clearAllCaches()Flush (clear) all caches. Exposed to AJAX -
clearCache
Flush (clear) a cache.- Parameters:
name
- of cache Exposed to AJAX
-
disableStatistics
public void disableStatistics()Exposed to AJAX -
enableStatistics
public void enableStatistics()Exposed to AJAX -
getCacheStatus
-
getHibernateStatus
-
resetHibernateStatus
public void resetHibernateStatus() -
show
-