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 theIItem
data 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. topFrameBalanceFunction
Function 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. topFrameQuotaFunction
A quota calculation of how large a part the most commonly occurring top frame is of the total amount of samples input.
-