Class CompareCpuRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.AbstractRule
-
- org.openjdk.jmc.flightrecorder.rules.jdk.cpu.CompareCpuRule
-
- All Implemented Interfaces:
IRule
public class CompareCpuRule extends AbstractRule
-
-
Field Summary
Fields Modifier and Type Field Description static TypedPreference<IQuantity>
OTHER_CPU_INFO_LIMIT
static TypedPreference<IQuantity>
OTHER_CPU_WARNING_LIMIT
-
Fields inherited from class org.openjdk.jmc.flightrecorder.rules.AbstractRule
evaluationTask
-
-
Constructor Summary
Constructors Constructor Description CompareCpuRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Result
getResult(IItemCollection items, IPreferenceValueProvider vp)
-
Methods inherited from class org.openjdk.jmc.flightrecorder.rules.AbstractRule
evaluate, getConfigurationAttributes, getId, getName, getTopic
-
-
-
-
Field Detail
-
OTHER_CPU_WARNING_LIMIT
public static final TypedPreference<IQuantity> OTHER_CPU_WARNING_LIMIT
-
OTHER_CPU_INFO_LIMIT
public static final TypedPreference<IQuantity> OTHER_CPU_INFO_LIMIT
-
-
Method Detail
-
getResult
protected Result getResult(IItemCollection items, IPreferenceValueProvider vp)
- Specified by:
getResult
in classAbstractRule
-
-