Class LongGcPauseRule
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.memory.LongGcPauseRule
-
-
Field Summary
Fields Modifier and Type Field Description static TypedPreference<IQuantity>GC_PAUSE_INFO_LIMITstatic TypedResult<IQuantity>HEAP_SIZEstatic TypedResult<IQuantity>LIVE_SETstatic TypedResult<IQuantity>LONGEST_PAUSE
-
Constructor Summary
Constructors Constructor Description LongGcPauseRule()
-
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
-
GC_PAUSE_INFO_LIMIT
public static final TypedPreference<IQuantity> GC_PAUSE_INFO_LIMIT
-
LONGEST_PAUSE
public static final TypedResult<IQuantity> LONGEST_PAUSE
-
LIVE_SET
public static final TypedResult<IQuantity> LIVE_SET
-
HEAP_SIZE
public static final TypedResult<IQuantity> HEAP_SIZE
-
-
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
-
-