Uses of Class
com.microsoft.gctoolkit.event.ReferenceGCSummary
-
Packages that use ReferenceGCSummary Package Description com.microsoft.gctoolkit.event.g1gc com.microsoft.gctoolkit.event.generational -
-
Uses of ReferenceGCSummary in com.microsoft.gctoolkit.event.g1gc
Methods in com.microsoft.gctoolkit.event.g1gc that return ReferenceGCSummary Modifier and Type Method Description ReferenceGCSummaryG1GCPauseEvent. getReferenceGCSummary()Methods in com.microsoft.gctoolkit.event.g1gc with parameters of type ReferenceGCSummary Modifier and Type Method Description voidG1GCPauseEvent. add(ReferenceGCSummary summary) -
Uses of ReferenceGCSummary in com.microsoft.gctoolkit.event.generational
Methods in com.microsoft.gctoolkit.event.generational that return ReferenceGCSummary Modifier and Type Method Description ReferenceGCSummaryGenerationalGCPauseEvent. getReferenceGCSummary()Methods in com.microsoft.gctoolkit.event.generational with parameters of type ReferenceGCSummary Modifier and Type Method Description voidGenerationalGCPauseEvent. add(ReferenceGCSummary referenceGCSummary)voidGenerationalGCPauseEvent. addReferenceGCSummary(ReferenceGCSummary summary)
-