Uses of Enum Class
org.tquadrat.foundation.perflog.PerformanceSection.PerformanceSectionFlags
Packages that use PerformanceSection.PerformanceSectionFlags
Package
Description
The classes that defines the API for the Foundation Performance Logging and
Monitoring library.
-
Uses of PerformanceSection.PerformanceSectionFlags in org.tquadrat.foundation.perflog
Subclasses with type arguments of type PerformanceSection.PerformanceSectionFlags in org.tquadrat.foundation.perflogModifier and TypeClassDescriptionstatic enumThe ignore status for a performance section.Methods in org.tquadrat.foundation.perflog that return PerformanceSection.PerformanceSectionFlagsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PerformanceSection.PerformanceSectionFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tquadrat.foundation.perflog with parameters of type PerformanceSection.PerformanceSectionFlagsModifierConstructorDescriptionPerformanceSection(String name, String description, Long threshold, Long timeout, PerformanceSection.PerformanceSectionFlags... flags) Creates a new instance ofPerformanceSection.PerformanceSection(PerformanceSectionName name, String description, TimeValue threshold, TimeValue timeout, PerformanceSection.PerformanceSectionFlags... flags) Creates a new instance ofPerformanceSection.
