Uses of Class
org.tquadrat.foundation.perflog.PerformanceSection
Packages that use PerformanceSection
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 PerformanceSection in org.tquadrat.foundation.perflog
Methods in org.tquadrat.foundation.perflog that return PerformanceSectionModifier and TypeMethodDescriptionPerformanceReport.getPerformanceSection()Returns the performance section that is referred by this report.PerfLogMBean.retrievePerformanceSection(PerformanceSectionName name) Retrieves the performance section for the given name.Methods in org.tquadrat.foundation.perflog that return types with arguments of type PerformanceSectionModifier and TypeMethodDescriptionPerfLogManager.getPerformanceSection(PerformanceSectionName name) Returns the performance section specified by the given name.PerfLogMBean.getPerformanceSection(PerformanceSectionName name) Returns the performance section specified by the given name.Methods in org.tquadrat.foundation.perflog with parameters of type PerformanceSectionModifier and TypeMethodDescriptionvoidPerfLogMBean.addPerformanceSection(PerformanceSection definition) Adds the definition for a performance section.default voidPerfLogManager.loadPerformanceSectionDefinitions(PerformanceSection... definitions) Loads the Performance Section definitions.Method parameters in org.tquadrat.foundation.perflog with type arguments of type PerformanceSectionModifier and TypeMethodDescriptionvoidPerfLogManager.loadPerformanceSectionDefinitions(Iterable<PerformanceSection> definitions) Loads the Performance Section definitions. -
Uses of PerformanceSection in org.tquadrat.foundation.perflog.internal
Fields in org.tquadrat.foundation.perflog.internal declared as PerformanceSectionModifier and TypeFieldDescriptionprivate final PerformanceSectionPerformanceSectionInfo.m_PerformanceSectionThe performance section.private final PerformanceSectionPerformanceTrackerImpl.m_PerformanceSectionThe performance section for this tracker.private final PerformanceSectionPerformanceReportImpl.m_SectionThe performance section.Methods in org.tquadrat.foundation.perflog.internal that return PerformanceSectionModifier and TypeMethodDescriptionfinal PerformanceSectionPerformanceReportImpl.getPerformanceSection()Returns the performance section that is referred by this report.final PerformanceSectionPerformanceSectionInfo.getPerformanceSection()Returns thePerformanceSectionhold by thisPerformanceSectionInfoinstance.final PerformanceSectionPerformanceTrackerImpl.getPerformanceSection()Returns the performance section.final PerformanceSectionPerfLogMBeanImpl.retrievePerformanceSection(PerformanceSectionName name) Retrieves the performance section for the given name.Methods in org.tquadrat.foundation.perflog.internal that return types with arguments of type PerformanceSectionModifier and TypeMethodDescriptionfinal Optional<PerformanceSection> PerfLogManagerImpl.getPerformanceSection(PerformanceSectionName name) Returns the performance section specified by the given name.final Optional<PerformanceSection> PerfLogMBeanImpl.getPerformanceSection(PerformanceSectionName name) Returns the performance section specified by the given name.Methods in org.tquadrat.foundation.perflog.internal with parameters of type PerformanceSectionModifier and TypeMethodDescriptionfinal voidPerfLogMBeanImpl.addPerformanceSection(PerformanceSection definition) Adds the definition for a performance section.Method parameters in org.tquadrat.foundation.perflog.internal with type arguments of type PerformanceSectionModifier and TypeMethodDescriptionvoidPerfLogManagerImpl.loadPerformanceSectionDefinitions(Iterable<PerformanceSection> definitions) Loads the Performance Section definitions.Constructors in org.tquadrat.foundation.perflog.internal with parameters of type PerformanceSectionModifierConstructorDescriptionPerformanceSectionInfo(PerformanceSection performanceSection) Creates a new instance ofPerformanceSectionInfo.PerformanceTrackerImpl(PerfLogManager perfLogManager, PerformanceSection performanceSection) Creates a new instance ofPerformanceTrackerImpl.
