Uses of Interface
mondrian.util.MemoryMonitor
Packages that use MemoryMonitor
-
Uses of MemoryMonitor in mondrian.util
Classes in mondrian.util that implement MemoryMonitorModifier and TypeClassDescriptionclass
Abstract implementation ofMemoryMonitor
.class
TheFauxMemoryMonitor
implements theMemoryMonitor
interface but does nothing: all methods are empty.class
TheNotificationMemoryMonitor
class uses the Java5 memory management system to detect system low memory events.Methods in mondrian.util that return MemoryMonitorModifier and TypeMethodDescriptionprotected 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.