Uses of Interface
org.openjdk.jmc.common.item.GroupingAggregator.IQuantityListFinisher
-
Packages that use GroupingAggregator.IQuantityListFinisher Package Description org.openjdk.jmc.common.item This package contains theIItemdata model.org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders -
-
Uses of GroupingAggregator.IQuantityListFinisher in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item with parameters of type GroupingAggregator.IQuantityListFinisher Modifier and Type Method Description static <V,K,C extends IItemConsumer<C>>
IAggregator<V,?>GroupingAggregator. build(java.lang.String name, java.lang.String description, IAccessorFactory<K> keyField, IAggregator<IQuantity,C> a, GroupingAggregator.IQuantityListFinisher<V> groupFinisher) -
Uses of GroupingAggregator.IQuantityListFinisher in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders
Fields in org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders declared as GroupingAggregator.IQuantityListFinisher Modifier and Type Field Description static GroupingAggregator.IQuantityListFinisher<IQuantity>MethodProfilingDataProvider. topFrameBalanceFunctionFunction that calculates a value representing how balanced the set of top frames is as a number in the range [0,1].static GroupingAggregator.IQuantityListFinisher<IQuantity>MethodProfilingDataProvider. topFrameQuotaFunctionA quota calculation of how large a part the most commonly occurring top frame is of the total amount of samples input.
-