Class AggregatorWithName<T extends Value>

    • Constructor Detail

      • AggregatorWithName

        public AggregatorWithName​(String name,
                                  Aggregator<T> aggregator)
        Creates a new instance for the given aggregator and name.
        Parameters:
        name - The name that the aggregator is registered under.
        aggregator - The aggregator.
    • Method Detail

      • getName

        public String getName()
        Gets the name that the aggregator is registered under.
        Returns:
        The name that the aggregator is registered under.
      • getAggregator

        public Aggregator<T> getAggregator()
        Gets the aggregator.
        Returns:
        The aggregator.