-
- All Known Implementing Classes:
CoreAggregationProvider,SimpleAggregationProvider
public interface AggregationProviderA 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 extendSimpleAggregationProviderrather 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
-