Class VMOperationRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.latency.VMOperationRule
-
-
Field Summary
Fields Modifier and Type Field Description static TypedResult<java.lang.String>LONGEST_OPERATIONstatic TypedResult<IMCThread>LONGEST_OPERATION_CALLERstatic TypedResult<IQuantity>LONGEST_OPERATION_DURATIONstatic TypedResult<IQuantity>LONGEST_OPERATION_START_TIMEstatic TypedPreference<IQuantity>WARNING_LIMIT
-
Constructor Summary
Constructors Constructor Description VMOperationRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.RunnableFuture<IResult>createEvaluation(IItemCollection items, IPreferenceValueProvider vp, IResultValueProvider rp)java.util.Collection<TypedPreference<?>>getConfigurationAttributes()java.lang.StringgetId()java.lang.StringgetName()java.util.Map<java.lang.String,RulesToolkit.EventAvailability>getRequiredEvents()java.util.Collection<TypedResult<?>>getResults()java.lang.StringgetTopic()
-
-
-
Field Detail
-
WARNING_LIMIT
public static final TypedPreference<IQuantity> WARNING_LIMIT
-
LONGEST_OPERATION_DURATION
public static final TypedResult<IQuantity> LONGEST_OPERATION_DURATION
-
LONGEST_OPERATION
public static final TypedResult<java.lang.String> LONGEST_OPERATION
-
LONGEST_OPERATION_CALLER
public static final TypedResult<IMCThread> LONGEST_OPERATION_CALLER
-
LONGEST_OPERATION_START_TIME
public static final TypedResult<IQuantity> LONGEST_OPERATION_START_TIME
-
-
Method Detail
-
createEvaluation
public java.util.concurrent.RunnableFuture<IResult> createEvaluation(IItemCollection items, IPreferenceValueProvider vp, IResultValueProvider rp)
- Specified by:
createEvaluationin interfaceIRule
-
getConfigurationAttributes
public java.util.Collection<TypedPreference<?>> getConfigurationAttributes()
- Specified by:
getConfigurationAttributesin interfaceIRule
-
getRequiredEvents
public java.util.Map<java.lang.String,RulesToolkit.EventAvailability> getRequiredEvents()
- Specified by:
getRequiredEventsin interfaceIRule
-
getResults
public java.util.Collection<TypedResult<?>> getResults()
- Specified by:
getResultsin interfaceIRule
-
-