Class StackDepthSettingRule.StackDepthTruncationData
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.general.StackDepthSettingRule.StackDepthTruncationData
-
- All Implemented Interfaces:
IDisplayable
- Enclosing class:
- StackDepthSettingRule
public static class StackDepthSettingRule.StackDepthTruncationData extends java.lang.Object implements IDisplayable
-
-
Field Summary
-
Fields inherited from interface org.openjdk.jmc.common.IDisplayable
AUTO, EXACT, VERBOSE
-
-
Constructor Summary
Constructors Constructor Description StackDepthTruncationData(java.lang.String type, IQuantity percentTruncated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringdisplayUsing(java.lang.String formatHint)IQuantitygetPercentTruncated()java.lang.StringgetType()
-
-
-
Constructor Detail
-
StackDepthTruncationData
public StackDepthTruncationData(java.lang.String type, IQuantity percentTruncated)
-
-
Method Detail
-
getPercentTruncated
public IQuantity getPercentTruncated()
-
getType
public java.lang.String getType()
-
displayUsing
public java.lang.String displayUsing(java.lang.String formatHint)
- Specified by:
displayUsingin interfaceIDisplayable
-
-