Class DumpReasonRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.general.DumpReasonRule
-
-
Field Summary
Fields Modifier and Type Field Description static TypedPreference<IQuantity>COREDUMP_SCOREstatic TypedPreference<IQuantity>CRASH_SCOREstatic TypedResult<String>DUMP_REASONstatic TypedPreference<IQuantity>OOM_SCORE
-
Constructor Summary
Constructors Constructor Description DumpReasonRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunnableFuture<IResult>createEvaluation(IItemCollection items, IPreferenceValueProvider valueProvider, IResultValueProvider resultProvider)Collection<TypedPreference<?>>getConfigurationAttributes()StringgetId()StringgetName()Map<String,RulesToolkit.EventAvailability>getRequiredEvents()Collection<TypedResult<?>>getResults()StringgetTopic()
-
-
-
Field Detail
-
CRASH_SCORE
public static final TypedPreference<IQuantity> CRASH_SCORE
-
COREDUMP_SCORE
public static final TypedPreference<IQuantity> COREDUMP_SCORE
-
OOM_SCORE
public static final TypedPreference<IQuantity> OOM_SCORE
-
DUMP_REASON
public static final TypedResult<String> DUMP_REASON
-
-
Method Detail
-
createEvaluation
public RunnableFuture<IResult> createEvaluation(IItemCollection items, IPreferenceValueProvider valueProvider, IResultValueProvider resultProvider)
- Specified by:
createEvaluationin interfaceIRule
-
getConfigurationAttributes
public Collection<TypedPreference<?>> getConfigurationAttributes()
- Specified by:
getConfigurationAttributesin interfaceIRule
-
getRequiredEvents
public Map<String,RulesToolkit.EventAvailability> getRequiredEvents()
- Specified by:
getRequiredEventsin interfaceIRule
-
getResults
public Collection<TypedResult<?>> getResults()
- Specified by:
getResultsin interfaceIRule
-
-