Class ManyRunningProcessesRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.cpu.ManyRunningProcessesRule
-
-
Field Summary
Fields Modifier and Type Field Description static TypedResult<IQuantity>COMPETING_PROCESS_COUNTstatic TypedResult<IQuantity>COMPETING_PROCESS_TIMEstatic TypedPreference<IQuantity>OTHER_PROCESSES_INFO_LIMIT
-
Constructor Summary
Constructors Constructor Description ManyRunningProcessesRule()
-
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
-
OTHER_PROCESSES_INFO_LIMIT
public static final TypedPreference<IQuantity> OTHER_PROCESSES_INFO_LIMIT
-
COMPETING_PROCESS_COUNT
public static final TypedResult<IQuantity> COMPETING_PROCESS_COUNT
-
COMPETING_PROCESS_TIME
public static final TypedResult<IQuantity> COMPETING_PROCESS_TIME
-
-
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
-
-