Uses of Class
com.microsoft.gctoolkit.event.jvm.SurvivorRecord
-
Packages that use SurvivorRecord Package Description com.microsoft.gctoolkit.event.g1gc com.microsoft.gctoolkit.event.generational -
-
Uses of SurvivorRecord in com.microsoft.gctoolkit.event.g1gc
Methods in com.microsoft.gctoolkit.event.g1gc that return SurvivorRecord Modifier and Type Method Description SurvivorRecordG1Young. getSurvivorRecord()Methods in com.microsoft.gctoolkit.event.g1gc with parameters of type SurvivorRecord Modifier and Type Method Description voidG1Young. add(SurvivorRecord record) -
Uses of SurvivorRecord in com.microsoft.gctoolkit.event.generational
Methods in com.microsoft.gctoolkit.event.generational that return SurvivorRecord Modifier and Type Method Description SurvivorRecordGenerationalGCPauseEvent. getSurvivorRecord()Methods in com.microsoft.gctoolkit.event.generational with parameters of type SurvivorRecord Modifier and Type Method Description voidGenerationalGCPauseEvent. add(SurvivorRecord record)
-