Uses of Interface
mondrian.util.MemoryMonitor
-
Uses of MemoryMonitor in mondrian.util
Modifier 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.Modifier 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.