Class AllocationByThreadRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.memory.AllocationByThreadRule
-
-
Field Summary
Fields Modifier and Type Field Description static TypedCollectionResult<IMCMethod>ALLOCATION_FRAMESstatic TypedResult<IMCThread>MOST_ALLOCATING_THREAD
-
Constructor Summary
Constructors Constructor Description AllocationByThreadRule()
-
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
-
MOST_ALLOCATING_THREAD
public static final TypedResult<IMCThread> MOST_ALLOCATING_THREAD
-
ALLOCATION_FRAMES
public static final TypedCollectionResult<IMCMethod> ALLOCATION_FRAMES
-
-
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
-
-