Uses of Class
org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
Packages that use PerformanceTrackerImpl
Package
Description
The classes that defines the API for the Foundation Performance Logging and
Monitoring library.
The internal classes that for the Foundation Performance Logging and
Monitoring library.
-
Uses of PerformanceTrackerImpl in org.tquadrat.foundation.perflog
Constructors in org.tquadrat.foundation.perflog with parameters of type PerformanceTrackerImplModifierConstructorDescriptionprivateCreates a new instance ofPerformanceTrackerHolderthat holds an instance ofPerformanceTracker. -
Uses of PerformanceTrackerImpl in org.tquadrat.foundation.perflog.internal
Fields in org.tquadrat.foundation.perflog.internal declared as PerformanceTrackerImplModifier and TypeFieldDescriptionprivate final PerformanceTrackerImplPerformanceReportImpl.m_TrackerThe performance tracker.Methods in org.tquadrat.foundation.perflog.internal with parameters of type PerformanceTrackerImplModifier and TypeMethodDescriptionfinal voidPerformanceSectionInfo.processTracker(PerformanceTrackerImpl tracker) Processes the given performance tracker.final ScheduledFuture<?> PerfLogManagerImpl.registerTimeoutMonitor(PerformanceTrackerImpl tracker) Registers a timeout monitor from a performance tracker.final voidPerfLogManagerImpl.sendReport(PerformanceTrackerImpl tracker, String message, Throwable cause) Sends a performance report to thePerfLogMBean.
