Class HeapInspectionRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.memory.HeapInspectionRule
-
-
Field Summary
Fields Modifier and Type Field Description static TypedPreference<IQuantity>HEAP_INSPECTION_LIMITstatic TypedResult<IQuantity>OBJECT_COUNT_GCS
-
Constructor Summary
Constructors Constructor Description HeapInspectionRule()
-
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
-
HEAP_INSPECTION_LIMIT
public static final TypedPreference<IQuantity> HEAP_INSPECTION_LIMIT
-
OBJECT_COUNT_GCS
public static final TypedResult<IQuantity> OBJECT_COUNT_GCS
-
-
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
-
-