Uses of Class
org.openjdk.jmc.common.item.Aggregators.MergingAggregator
-
Packages that use Aggregators.MergingAggregator Package Description org.openjdk.jmc.common.item This package contains theIItem
data model.org.openjdk.jmc.flightrecorder.rules.jdk.memory -
-
Uses of Aggregators.MergingAggregator in org.openjdk.jmc.common.item
Subclasses of Aggregators.MergingAggregator in org.openjdk.jmc.common.item Modifier and Type Class Description static class
Aggregators.AdvancedMaxAggregator<V,T extends java.lang.Comparable<T>>
This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.static class
Aggregators.AdvancedMinAggregator<V,T extends java.lang.Comparable<T>>
This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.private static class
Aggregators.AdvancedMinMaxAggregator<V,T extends java.lang.Comparable<T>>
This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.private static class
Aggregators.AndOr
static class
Aggregators.Avg
private static class
Aggregators.Count
static class
Aggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>>
static class
Aggregators.MinMax<V extends java.lang.Comparable<V>>
private static class
Aggregators.SetAggregator<V,T>
static class
Aggregators.Stddev
static class
Aggregators.Sum
static class
Aggregators.Variance
private static class
GroupingAggregator.GroupingAggregatorImpl<V,K,G extends IItemConsumer<G>>
-
Uses of Aggregators.MergingAggregator in org.openjdk.jmc.flightrecorder.rules.jdk.memory
Subclasses of Aggregators.MergingAggregator in org.openjdk.jmc.flightrecorder.rules.jdk.memory Modifier and Type Class Description private static class
FullGcRule.G1Aggregator
-