Uses of Class
org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders.HaltsProvider.ApplicationHaltsInfoHolder
-
Packages that use HaltsProvider.ApplicationHaltsInfoHolder Package Description org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders org.openjdk.jmc.flightrecorder.rules.jdk.memory -
-
Uses of HaltsProvider.ApplicationHaltsInfoHolder in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders that return HaltsProvider.ApplicationHaltsInfoHolder Modifier and Type Method Description static HaltsProvider.ApplicationHaltsInfoHolder
HaltsProvider. calculateApplicationHaltsRatio(IItemCollection items)
Calculates the ratio of all application pauses to the total time.private static HaltsProvider.ApplicationHaltsInfoHolder
HaltsProvider. calculateHaltsRatiosWithEncapsulationTree(IItemCollection items, IQuantity startTime, IQuantity endTime)
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders that return types with arguments of type HaltsProvider.ApplicationHaltsInfoHolder Modifier and Type Method Description static SlidingWindowToolkit.IUnorderedWindowValueFunction<HaltsProvider.ApplicationHaltsInfoHolder>
HaltsProvider. applicationHaltsRatioFunction()
-
Uses of HaltsProvider.ApplicationHaltsInfoHolder in org.openjdk.jmc.flightrecorder.rules.jdk.memory
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.memory that return types with arguments of type HaltsProvider.ApplicationHaltsInfoHolder Modifier and Type Method Description private static java.util.Comparator<HaltsProvider.ApplicationHaltsInfoHolder>
ApplicationHaltsRule. applicationHaltsComparator()
-