Uses of Interface
com.tangosol.coherence.rest.util.aggregator.AggregatorFactory
-
Packages that use AggregatorFactory Package Description com.tangosol.coherence.rest.util.aggregator Contains classes related to REST-based aggregation. -
-
Uses of AggregatorFactory in com.tangosol.coherence.rest.util.aggregator
Classes in com.tangosol.coherence.rest.util.aggregator that implement AggregatorFactory Modifier and Type Class Description class
DefaultAggregatorFactory
The default implementation ofAggregatorFactory
.Methods in com.tangosol.coherence.rest.util.aggregator with parameters of type AggregatorFactory Modifier and Type Method Description void
AggregatorRegistry. register(String sName, AggregatorFactory factory)
Register an aggregator factory with the given name.
-