Uses of Interface
net.sf.ehcache.search.aggregator.AggregatorInstance
-
Packages that use AggregatorInstance Package Description net.sf.ehcache.search.aggregator This package contains classes for search aggregator functionality.net.sf.ehcache.store Store package. -
-
Uses of AggregatorInstance in net.sf.ehcache.search.aggregator
Classes in net.sf.ehcache.search.aggregator that implement AggregatorInstance Modifier and Type Class Description classAverageCompute the average (arithmetic mean) as a doubleclassCountCounts the number of resultsclassMax<T>Determine the maximum valueclassMin<T>Determine the minimum valueclassSumSums the resultsMethods in net.sf.ehcache.search.aggregator that return AggregatorInstance Modifier and Type Method Description AggregatorInstance<T>AggregatorInstance. createClone()Create a clone of this aggregator, detaching from its result<T> AggregatorInstance<T>Aggregator. createInstance()Create an instance of this aggregator. -
Uses of AggregatorInstance in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return types with arguments of type AggregatorInstance Modifier and Type Method Description java.util.List<AggregatorInstance<?>>StoreQuery. getAggregatorInstances()Get the requested aggregator instances
-