Uses of Interface
org.openjdk.jmc.common.item.GroupingAggregator.GroupEntry
-
Packages that use GroupingAggregator.GroupEntry Package Description org.openjdk.jmc.common.item This package contains theIItemdata model.org.openjdk.jmc.flightrecorder.rules.jdk.general -
-
Uses of GroupingAggregator.GroupEntry in org.openjdk.jmc.common.item
Classes in org.openjdk.jmc.common.item that implement GroupingAggregator.GroupEntry Modifier and Type Class Description private static classGroupingAggregator.ObjectEntry<K,V>Methods in org.openjdk.jmc.common.item that return types with arguments of type GroupingAggregator.GroupEntry Modifier and Type Method Description static <K,C extends IItemConsumer<C>>
IAggregator<java.lang.Iterable<? extends GroupingAggregator.GroupEntry<K,C>>,?>GroupingAggregator. build(java.lang.String name, java.lang.String description, IAccessorFactory<K> keyField, IItemConsumerFactory<C> groupAggregator, IPredicate<IType<IItem>> acceptType)Method parameters in org.openjdk.jmc.common.item with type arguments of type GroupingAggregator.GroupEntry Modifier and Type Method Description private static <G> java.util.Iterator<G>GroupingAggregator. consumerIterator(java.util.Iterator<? extends GroupingAggregator.GroupEntry<?,G>> it)VGroupingAggregator.IGroupsFinisher. getValue(java.lang.Iterable<? extends GroupingAggregator.GroupEntry<K,G>> groups) -
Uses of GroupingAggregator.GroupEntry in org.openjdk.jmc.flightrecorder.rules.jdk.general
Fields in org.openjdk.jmc.flightrecorder.rules.jdk.general with type parameters of type GroupingAggregator.GroupEntry Modifier and Type Field Description private static IAggregator<java.lang.Iterable<? extends GroupingAggregator.GroupEntry<IMCThread,Aggregators.CountConsumer>>,?>FewSampledThreadsRule. SAMPLES_PER_THREAD
-