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 TypeMethodDescriptionboolean
acceptType
(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, getValue
Methods inherited from class org.openjdk.jmc.common.item.Aggregators.AggregatorBase
getDescription, getName, getValueType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
true
if the factory can create consumers for the supplied type,false
otherwise
-
doGetAccessor
-