- java.lang.Object
-
- com.microsoft.gctoolkit.event.jvm.JVMEvent
-
- com.microsoft.gctoolkit.event.jvm.SurvivorRecord
-
public class SurvivorRecord extends JVMEvent
-
-
Constructor Summary
Constructors Constructor Description SurvivorRecord(DateTimeStamp timeStamp, long desiredOccupancy, int calculatedTenuringThreshold, int maxTenuringThreshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int age, long bytes)longgetBytesAtAge(int age)long[]getBytesAtEachAge()intgetCalculatedTenuringThreshold()longgetDesiredOccupancyAfterCollection()intgetMaxTenuringThreshold()-
Methods inherited from class com.microsoft.gctoolkit.event.jvm.JVMEvent
getDateTimeStamp, getDuration, toString
-
-
-
-
Constructor Detail
-
SurvivorRecord
public SurvivorRecord(DateTimeStamp timeStamp, long desiredOccupancy, int calculatedTenuringThreshold, int maxTenuringThreshold)
-
-
Method Detail
-
getDesiredOccupancyAfterCollection
public long getDesiredOccupancyAfterCollection()
-
getCalculatedTenuringThreshold
public int getCalculatedTenuringThreshold()
-
getMaxTenuringThreshold
public int getMaxTenuringThreshold()
-
getBytesAtAge
public long getBytesAtAge(int age)
-
add
public void add(int age, long bytes)
-
getBytesAtEachAge
public long[] getBytesAtEachAge()
-
-