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