Class CodeCacheRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule
-
-
Field Summary
Fields Modifier and Type Field Description static TypedResult<IQuantity>CODE_CACHE_FREE_RATIOstatic java.lang.StringCODE_CACHE_RESULT_IDstatic TypedPreference<IQuantity>CODE_CACHE_SIZE_INFO_PERCENTstatic TypedPreference<IQuantity>CODE_CACHE_SIZE_WARN_PERCENTstatic ContentType<org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule.CodeHeapData>CODE_HEAPstatic TypedCollectionResult<org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule.CodeHeapData>CODE_HEAPS
-
Constructor Summary
Constructors Constructor Description CodeCacheRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.RunnableFuture<IResult>createEvaluation(IItemCollection items, IPreferenceValueProvider valueProvider, IResultValueProvider resultProvider)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
-
CODE_CACHE_RESULT_ID
public static final java.lang.String CODE_CACHE_RESULT_ID
- See Also:
- Constant Field Values
-
CODE_CACHE_SIZE_INFO_PERCENT
public static final TypedPreference<IQuantity> CODE_CACHE_SIZE_INFO_PERCENT
-
CODE_CACHE_SIZE_WARN_PERCENT
public static final TypedPreference<IQuantity> CODE_CACHE_SIZE_WARN_PERCENT
-
CODE_HEAP
public static final ContentType<org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule.CodeHeapData> CODE_HEAP
-
CODE_CACHE_FREE_RATIO
public static final TypedResult<IQuantity> CODE_CACHE_FREE_RATIO
-
CODE_HEAPS
public static final TypedCollectionResult<org.openjdk.jmc.flightrecorder.rules.jdk.compilation.CodeCacheRule.CodeHeapData> CODE_HEAPS
-
-
Method Detail
-
createEvaluation
public java.util.concurrent.RunnableFuture<IResult> createEvaluation(IItemCollection items, IPreferenceValueProvider valueProvider, IResultValueProvider resultProvider)
- 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
-
-