Module com.microsoft.gctoolkit.api
Class ZGCPageAgeSummary
- java.lang.Object
-
- com.microsoft.gctoolkit.event.zgc.ZGCPageAgeSummary
-
public class ZGCPageAgeSummary extends Object
-
-
Constructor Summary
Constructors Constructor Description ZGCPageAgeSummary(String name, long live, int livePct, long garbage, int garbagePct, long smallPageCandidates, long smallPageSelected, long mediumPageCandidates, long mediumPageSelected, long largePageCandidates, long largePageSelected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetGarbage()intgetGarbagePct()longgetLargePageCandidates()longgetLargePageSelected()longgetLive()intgetLivePct()longgetMediumPageCandidates()longgetMediumPageSelected()StringgetName()longgetSmallPageCandidates()longgetSmallPageSelected()
-
-
-
Constructor Detail
-
ZGCPageAgeSummary
public ZGCPageAgeSummary(String name, long live, int livePct, long garbage, int garbagePct, long smallPageCandidates, long smallPageSelected, long mediumPageCandidates, long mediumPageSelected, long largePageCandidates, long largePageSelected)
-
-
Method Detail
-
getGarbage
public long getGarbage()
-
getGarbagePct
public int getGarbagePct()
-
getLargePageCandidates
public long getLargePageCandidates()
-
getLargePageSelected
public long getLargePageSelected()
-
getLive
public long getLive()
-
getLivePct
public int getLivePct()
-
getMediumPageCandidates
public long getMediumPageCandidates()
-
getMediumPageSelected
public long getMediumPageSelected()
-
getName
public String getName()
-
getSmallPageCandidates
public long getSmallPageCandidates()
-
getSmallPageSelected
public long getSmallPageSelected()
-
-