@Version("1.0.1")
Package org.apache.jackrabbit.oak.spi.gc
- 
Interface Summary Interface Description GCMonitor GCMonitorinstance are used to monitor garbage collection. - 
Class Summary Class Description DelegatingGCMonitor ThisGCMonitorimplementation simply delegates all its call to registered monitors.GCMonitor.Empty GCMonitorTracker ThisGCMonitorimplementation tracksGCMonitorinstances registered to theWhiteboarddelegating all calls to to those.LoggingGCMonitor 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.