| Package | Description |
|---|---|
| org.pentaho.aggdes.algorithm |
Defines the interface of the Aggregate Designer algorithm and supporting classes.
|
| org.pentaho.aggdes.algorithm.impl |
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm package. |
| org.pentaho.aggdes.algorithm.util | |
| org.pentaho.aggdes.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Algorithm
Algorithm that takes a star schema and recommends a set of aggregate tables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdaptiveMonteCarloAlgorithm
Implementation of
Algorithm
that runs the Monte Carlo method repeatedly,
tuning the cost limit each time to yield an effective cost limit. |
class |
AlgorithmImpl
Implementation of the
Algorithm
that uses an exhaustive
algorithm. |
class |
ExhaustiveLatticeAlgorithm
|
class |
MonteCarloAlgorithm
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AlgorithmImpl.getBaseName(Class<? extends Component> aClass) |
| Modifier and Type | Method and Description |
|---|---|
Component |
ArgumentUtils.ValidationException.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
static Map<Parameter,Object> |
ArgumentUtils.validateParameters(Component component,
Map<String,String> rawParams) |
| Constructor and Description |
|---|
ArgumentUtils.ValidationException(Component component,
String message) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchemaLoader
Aggregate designer component that loads a schema.
|
Copyright © 2006–2016 Julian Hyde. All rights reserved.