Class ClassLoadingRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.general.ClassLoadingRule
-
-
Field Summary
Fields Modifier and Type Field Description static TypedResult<IQuantity>LONGEST_CLASS_LOADstatic TypedPreference<IQuantity>MAX_DURATION_LIMITstatic TypedPreference<IQuantity>RATIO_OF_TOTAL_LIMITstatic TypedResult<IQuantity>TOTAL_CLASS_LOAD_COUNTstatic TypedResult<IQuantity>TOTAL_CLASS_LOAD_TIME
-
Constructor Summary
Constructors Constructor Description ClassLoadingRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.RunnableFuture<IResult>createEvaluation(IItemCollection items, IPreferenceValueProvider preferenceValueProvider, IResultValueProvider dependencyResults)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
-
MAX_DURATION_LIMIT
public static final TypedPreference<IQuantity> MAX_DURATION_LIMIT
-
RATIO_OF_TOTAL_LIMIT
public static final TypedPreference<IQuantity> RATIO_OF_TOTAL_LIMIT
-
LONGEST_CLASS_LOAD
public static final TypedResult<IQuantity> LONGEST_CLASS_LOAD
-
TOTAL_CLASS_LOAD_TIME
public static final TypedResult<IQuantity> TOTAL_CLASS_LOAD_TIME
-
TOTAL_CLASS_LOAD_COUNT
public static final TypedResult<IQuantity> TOTAL_CLASS_LOAD_COUNT
-
-
Method Detail
-
getRequiredEvents
public java.util.Map<java.lang.String,RulesToolkit.EventAvailability> getRequiredEvents()
- Specified by:
getRequiredEventsin interfaceIRule
-
createEvaluation
public java.util.concurrent.RunnableFuture<IResult> createEvaluation(IItemCollection items, IPreferenceValueProvider preferenceValueProvider, IResultValueProvider dependencyResults)
- Specified by:
createEvaluationin interfaceIRule
-
getConfigurationAttributes
public java.util.Collection<TypedPreference<?>> getConfigurationAttributes()
- Specified by:
getConfigurationAttributesin interfaceIRule
-
getResults
public java.util.Collection<TypedResult<?>> getResults()
- Specified by:
getResultsin interfaceIRule
-
-