Package org.apache.jackrabbit.oak.spi.gc
@Version("1.0.1")
package org.apache.jackrabbit.oak.spi.gc
-
ClassDescriptionThis
GCMonitorimplementation simply delegates all its call to registered monitors.GCMonitorinstance are used to monitor garbage collection.ThisGCMonitorimplementation tracksGCMonitorinstances registered to theWhiteboarddelegating all calls to to those.ThisGCMonitorimplementation logs all calls to itsLoggingGCMonitor.info(String, Object...),LoggingGCMonitor.warn(String, Object...),LoggingGCMonitor.error(String, Exception)andLoggingGCMonitor.skipped(String, Object...)methods at the respective levels using the logger instance passed to the constructor.