Class DMSIncidentRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.general.DMSIncidentRule
-
-
Field Summary
Fields Modifier and Type Field Description static TypedResult<IQuantity>DMS_INCIDENTSstatic IAggregator<IQuantity,?>INCIDENTS_COUNT
-
Constructor Summary
Constructors Constructor Description DMSIncidentRule()
-
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
-
INCIDENTS_COUNT
public static final IAggregator<IQuantity,?> INCIDENTS_COUNT
-
DMS_INCIDENTS
public static final TypedResult<IQuantity> DMS_INCIDENTS
-
-
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
-
-