Class GcPauseRatioRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.AbstractRule
-
- org.openjdk.jmc.flightrecorder.rules.jdk.memory.GcPauseRatioRule
-
- All Implemented Interfaces:
IRule
public class GcPauseRatioRule extends AbstractRule
-
-
Field Summary
Fields Modifier and Type Field Description private static TypedPreference<IQuantity>
INFO_LIMIT
private static TypedPreference<IQuantity>
WARNING_LIMIT
private static TypedPreference<IQuantity>
WINDOW_SIZE
-
Fields inherited from class org.openjdk.jmc.flightrecorder.rules.AbstractRule
evaluationTask
-
-
Constructor Summary
Constructors Constructor Description GcPauseRatioRule()
-
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
-
INFO_LIMIT
private static final TypedPreference<IQuantity> INFO_LIMIT
-
WARNING_LIMIT
private static final TypedPreference<IQuantity> WARNING_LIMIT
-
WINDOW_SIZE
private static final TypedPreference<IQuantity> WINDOW_SIZE
-
-
Method Detail
-
getResult
protected Result getResult(IItemCollection items, IPreferenceValueProvider vp)
- Specified by:
getResult
in classAbstractRule
-
-