-
- All Known Implementing Classes:
CoreAggregationProvider
,SimpleAggregationProvider
public interface AggregationProvider
A provider of registered classes for theAggregationRegistry
. Providers must themselves be registered by creating a file META-INF/services/com.pervasive.datarush.function.AggregationProvider that contains an implementation class. Implementations should extendSimpleAggregationProvider
rather than implementing this interface directly.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Class<?>>
registeredClasses()
Returns a list of classes registered with this provider
-