Uses of Interface
mondrian.util.MemoryMonitor
-
Packages that use MemoryMonitor Package Description mondrian.util Mondrian utilities. -
-
Uses of MemoryMonitor in mondrian.util
Classes in mondrian.util that implement MemoryMonitor Modifier and Type Class Description classAbstractMemoryMonitorAbstract implementation ofMemoryMonitor.classFauxMemoryMonitorTheFauxMemoryMonitorimplements theMemoryMonitorinterface but does nothing: all methods are empty.classNotificationMemoryMonitorTheNotificationMemoryMonitorclass uses the Java5 memory management system to detect system low memory events.Methods in mondrian.util that return MemoryMonitor Modifier and Type Method Description protected MemoryMonitorMemoryMonitorFactory. getDefault(Class[] parameterTypes, Object[] parameterValues)TheMemoryMonitorFactory's implementation of theObjectFactory's abstract method which returns the defaultMemoryMonitorinstance.static MemoryMonitorMemoryMonitorFactory. getMemoryMonitor()Access theMemoryMonitorFactoryinstance.
-