Uses of Enum Class
org.tquadrat.foundation.perflog.PerformanceTracker.TrackerStatus
Packages that use PerformanceTracker.TrackerStatus
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 PerformanceTracker.TrackerStatus in org.tquadrat.foundation.perflog
Subclasses with type arguments of type PerformanceTracker.TrackerStatus in org.tquadrat.foundation.perflogMethods in org.tquadrat.foundation.perflog that return PerformanceTracker.TrackerStatusModifier and TypeMethodDescriptionPerfLogUtils.PerformanceTrackerHolder.getStatus()Returns the status of this tracker instance.PerformanceTracker.getStatus()Returns the status of this tracker instance.Returns the enum constant of this class with the specified name.static PerformanceTracker.TrackerStatus[]PerformanceTracker.TrackerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PerformanceTracker.TrackerStatus in org.tquadrat.foundation.perflog.internal
Methods in org.tquadrat.foundation.perflog.internal that return PerformanceTracker.TrackerStatusModifier and TypeMethodDescriptionPerformanceTrackerImpl.getStatus()Returns the status of this tracker instance.
