Package org.openjdk.jmc.common.item
Class Aggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>>
java.lang.Object
org.openjdk.jmc.common.item.Aggregators.AggregatorBase<V,C>
org.openjdk.jmc.common.item.Aggregators.MergingAggregator<V,C>
org.openjdk.jmc.common.item.Aggregators.FieldAggregatorBase<V,C>
- All Implemented Interfaces:
IDescribable,IAggregator<V,,C> IItemConsumerFactory<C>
- Direct Known Subclasses:
Aggregators.AdvancedMaxAggregator,Aggregators.AdvancedMinAggregator,Aggregators.Avg,Aggregators.MinMax,Aggregators.Stddev,Aggregators.Sum,Aggregators.Variance
- Enclosing class:
- Aggregators
public abstract static class Aggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>>
extends Aggregators.MergingAggregator<V,C>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptType(IType<IItem> type) protected abstract IMemberAccessor<? extends V,IItem> doGetAccessor(IType<IItem> type) Methods inherited from class org.openjdk.jmc.common.item.Aggregators.MergingAggregator
getValue, getValueMethods inherited from class org.openjdk.jmc.common.item.Aggregators.AggregatorBase
getDescription, getName, getValueTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openjdk.jmc.common.item.IItemConsumerFactory
newItemConsumer
-
Method Details
-
acceptType
- Parameters:
type- an item type to check if the the factory can create consumers for- Returns:
trueif the factory can create consumers for the supplied type,falseotherwise
-
doGetAccessor
-