Class StackDepthSettingRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.general.StackDepthSettingRule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackDepthSettingRule.StackDepthTruncationData
-
Field Summary
Fields Modifier and Type Field Description static TypedResult<IQuantity>STACK_DEPTHstatic TypedCollectionResult<StackDepthSettingRule.StackDepthTruncationData>TRUNCATED_TRACESstatic ContentType<StackDepthSettingRule.StackDepthTruncationData>TRUNCATION_DATAstatic TypedResult<IQuantity>TRUNCATION_RATIO
-
Constructor Summary
Constructors Constructor Description StackDepthSettingRule()
-
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
-
TRUNCATION_DATA
public static final ContentType<StackDepthSettingRule.StackDepthTruncationData> TRUNCATION_DATA
-
TRUNCATED_TRACES
public static final TypedCollectionResult<StackDepthSettingRule.StackDepthTruncationData> TRUNCATED_TRACES
-
STACK_DEPTH
public static final TypedResult<IQuantity> STACK_DEPTH
-
TRUNCATION_RATIO
public static final TypedResult<IQuantity> TRUNCATION_RATIO
-
-
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
-
-