Uses of Interface
org.openjdk.jmc.common.item.IItemConsumerFactory
-
Packages that use IItemConsumerFactory Package Description org.openjdk.jmc.common.item This package contains theIItemdata model.org.openjdk.jmc.flightrecorder.rules.jdk.memory -
-
Uses of IItemConsumerFactory in org.openjdk.jmc.common.item
Subinterfaces of IItemConsumerFactory in org.openjdk.jmc.common.item Modifier and Type Interface Description interfaceIAggregator<V,C extends IItemConsumer<C>>Encapsulates the calculation of an aggregate for (potentially) different types of items.Classes in org.openjdk.jmc.common.item that implement IItemConsumerFactory Modifier and Type Class Description static classAggregators.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 classAggregators.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 classAggregators.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.static classAggregators.AggregatorBase<V,C extends IItemConsumer<C>>private static classAggregators.AndOrstatic classAggregators.Avgprivate static classAggregators.Countstatic classAggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>>static classAggregators.MergingAggregator<V,C extends IItemConsumer<C>>static classAggregators.MinMax<V extends java.lang.Comparable<V>>private static classAggregators.SetAggregator<V,T>static classAggregators.Stddevstatic classAggregators.Sumstatic classAggregators.Varianceprivate static classGroupingAggregator.GroupingAggregatorImpl<V,K,G extends IItemConsumer<G>>Fields in org.openjdk.jmc.common.item declared as IItemConsumerFactory Modifier and Type Field Description private IItemConsumerFactory<G>GroupingAggregator.GroupingAggregatorImpl. consumerFactoryprivate IItemConsumerFactory<G>GroupingAggregator.GroupingConsumer. groupAggregatorMethods in org.openjdk.jmc.common.item with parameters of type IItemConsumerFactory 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)static <V,K,C extends IItemConsumer<C>>
IAggregator<V,?>GroupingAggregator. build(java.lang.String name, java.lang.String description, IAccessorFactory<K> keyField, IItemConsumerFactory<C> groupAggregator, IPredicate<IType<IItem>> acceptType, GroupingAggregator.IGroupsFinisher<V,K,C> finisher)static <C extends IItemConsumer<C>>
IAggregator<C,C>Aggregators. forConsumer(IItemConsumerFactory<C> consumerFactory)static <C extends IItemConsumer<C>>
IAggregator<C,C>Aggregators. forConsumer(IItemConsumerFactory<C> consumerFactory, IPredicate<IType<IItem>> acceptType)Constructors in org.openjdk.jmc.common.item with parameters of type IItemConsumerFactory Constructor Description GroupingAggregatorImpl(java.lang.String name, java.lang.String description, IAccessorFactory<K> keyField, IItemConsumerFactory<G> consumerFactory, IPredicate<IType<IItem>> acceptType, GroupingAggregator.IGroupsFinisher<V,K,G> groupsFinisher)GroupingConsumer(IMemberAccessor<? extends K,IItem> keyAccessor, IItemConsumerFactory<G> groupAggregator) -
Uses of IItemConsumerFactory in org.openjdk.jmc.flightrecorder.rules.jdk.memory
Classes in org.openjdk.jmc.flightrecorder.rules.jdk.memory that implement IItemConsumerFactory Modifier and Type Class Description private static classFullGcRule.G1Aggregator
-