Package org.openjdk.jmc.flightrecorder
Interface IParserStats.IEventStats
-
- Enclosing interface:
- IParserStats
public static interface IParserStats.IEventStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()StringgetName()longgetTotalSize()
-
-
-
Method Detail
-
getName
String getName()
-
getCount
long getCount()
-
getTotalSize
long getTotalSize()
-
-