Package org.openjdk.jmc.common.item
Class Aggregators.AggregatorBase<V,C extends IItemConsumer<C>>
java.lang.Object
org.openjdk.jmc.common.item.Aggregators.AggregatorBase<V,C>
- All Implemented Interfaces:
IDescribable
,IAggregator<V,
,C> IItemConsumerFactory<C>
- Direct Known Subclasses:
Aggregators.MergingAggregator
- Enclosing class:
- Aggregators
public abstract static class Aggregators.AggregatorBase<V,C extends IItemConsumer<C>>
extends Object
implements IAggregator<V,C>
-
Constructor Summary
Constructors -
Method Summary
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
acceptType, newItemConsumer
-
Constructor Details
-
AggregatorBase
-
-
Method Details
-
getValueType
-
getName
- Specified by:
getName
in interfaceIDescribable
- Returns:
- the name of this object
-
getDescription
- Specified by:
getDescription
in interfaceIDescribable
- Returns:
- the description of this object
-
getValue
- Parameters:
source
- the source to build the value from- Returns:
- the constructed value
-