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 class
AbstractMemoryMonitor
Abstract implementation ofMemoryMonitor
.class
FauxMemoryMonitor
TheFauxMemoryMonitor
implements theMemoryMonitor
interface but does nothing: all methods are empty.class
NotificationMemoryMonitor
TheNotificationMemoryMonitor
class 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 MemoryMonitor
MemoryMonitorFactory. getDefault(Class[] parameterTypes, Object[] parameterValues)
TheMemoryMonitorFactory
's implementation of theObjectFactory
's abstract method which returns the defaultMemoryMonitor
instance.static MemoryMonitor
MemoryMonitorFactory. getMemoryMonitor()
Access theMemoryMonitorFactory
instance.
-