Interface AggregatorFactory<K,​V,​R>

  • Type Parameters:
    K - the type of the Map entry keys
    V - the type of the Map entry values
    R - the type of the value returned by the EntryAggregator
    All Known Implementing Classes:
    DefaultAggregatorFactory

    public interface AggregatorFactory<K,​V,​R>
    A factory for aggregators.
    Author:
    vp 2011.07.07
    • Method Detail

      • getAggregator

        InvocableMap.EntryAggregator<K,​V,​R> getAggregator​(String... asArgs)
        Returns an aggregator instance.
        Parameters:
        asArgs - aggregator configuration arguments
        Returns:
        an aggregator instance