Interface | Description |
---|---|
GCMonitor |
GCMonitor instance are used to monitor garbage collection. |
Class | Description |
---|---|
DelegatingGCMonitor |
This
GCMonitor implementation simply delegates all its call
to registered monitors. |
GCMonitor.Empty | |
GCMonitorTracker |
This
GCMonitor implementation tracks GCMonitor instances registered
to the Whiteboard delegating all calls to to those. |
LoggingGCMonitor |
This
GCMonitor implementation logs all calls to its
LoggingGCMonitor.info(String, Object...) , LoggingGCMonitor.warn(String, Object...) ,
LoggingGCMonitor.error(String, Exception) and LoggingGCMonitor.skipped(String, Object...)
methods at the respective levels using the logger instance passed to the
constructor. |
Copyright © 2010 - 2020 Adobe. All Rights Reserved