Uses of Enum Class
top.magstar.framework.events.models.monitors.BottleneckSeverity
Packages that use BottleneckSeverity
-
Uses of BottleneckSeverity in top.magstar.framework.events.models.monitors
Methods in top.magstar.framework.events.models.monitors that return BottleneckSeverityModifier and TypeMethodDescriptionPerformanceBottleneck.getSeverity()static BottleneckSeverityReturns the enum constant of this class with the specified name.static BottleneckSeverity[]BottleneckSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in top.magstar.framework.events.models.monitors with parameters of type BottleneckSeverityModifierConstructorDescriptionPerformanceBottleneck(BottleneckType type, String target, String description, BottleneckSeverity severity)