Uses of Interface
org.pentaho.aggdes.model.Component
Packages that use Component
Package
Description
Defines the interface of the Aggregate Designer algorithm and supporting
classes.
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm package.Utilities for implementing algorithms.
Model for aggregate designer algorithm.
-
Uses of Component in org.pentaho.aggdes.algorithm
Subinterfaces of Component in org.pentaho.aggdes.algorithmModifier and TypeInterfaceDescriptioninterfaceAlgorithm that takes a star schema and recommends a set of aggregate tables. -
Uses of Component in org.pentaho.aggdes.algorithm.impl
Classes in org.pentaho.aggdes.algorithm.impl that implement ComponentModifier and TypeClassDescriptionclassImplementation ofAlgorithmthat runs theMonte Carlo methodrepeatedly, tuning the cost limit each time to yield an effective cost limit.classImplementation of theAlgorithmthat uses an exhaustive algorithm.classclassMethod parameters in org.pentaho.aggdes.algorithm.impl with type arguments of type ComponentModifier and TypeMethodDescriptionstatic StringAlgorithmImpl.getBaseName(Class<? extends Component> aClass) -
Uses of Component in org.pentaho.aggdes.algorithm.util
Methods in org.pentaho.aggdes.algorithm.util that return ComponentMethods in org.pentaho.aggdes.algorithm.util with parameters of type ComponentModifier and TypeMethodDescriptionArgumentUtils.validateParameters(Component component, Map<String, String> rawParams) Constructors in org.pentaho.aggdes.algorithm.util with parameters of type Component -
Uses of Component in org.pentaho.aggdes.model
Subinterfaces of Component in org.pentaho.aggdes.modelModifier and TypeInterfaceDescriptioninterfaceAggregate designer component that loads a schema.