Uses of Class
com.microsoft.gctoolkit.integration.aggregation.RuntimeAggregation
-
Packages that use RuntimeAggregation Package Description com.microsoft.gctoolkit.integration.aggregation -
-
Uses of RuntimeAggregation in com.microsoft.gctoolkit.integration.aggregation
Classes in com.microsoft.gctoolkit.integration.aggregation with type parameters of type RuntimeAggregation Modifier and Type Class Description classRuntimeAggregator<T extends RuntimeAggregation>An Aggregator that collects only the DateTimeStamp and duration of a JVMEvent.Subclasses of RuntimeAggregation in com.microsoft.gctoolkit.integration.aggregation Modifier and Type Class Description classPauseTimeAggregationAPI for an Aggregation that records pause time duration.classPauseTimeSummaryAn implementation of PauseTimeAggregation which simply accumulates pause times, and provides methods for getting the total pause time and the percentage of time the application was paused.
-