public class Main extends Object
Example usage:
The components:java org.pentaho.aggdes.algorithm.Main --loaderClass org.pentaho.aggdes.model.mondrian.MondrianSchemaLoader --loaderParam connectString 'Provider=mondrian;Jdbc=jdbc:odbc:MondrianFoodMart;Catalog=/open/mondrian/demo/FoodMart.xml;JdbcDrivers=sun.jdbc.odbc.JdbcOdbcDriver' --loaderParam cube Sales --algorithmClass org.pentaho.aggdes.algorithm.impl.AdaptiveMonteCarloAlgorithm --algorithmParam timeLimitSeconds 300 --algorithmParam aggregateLimit 10 --resultClass org.pentaho.aggdes.output.impl.ResultHandlerImpl --resultParam tables true --resultParam indexes false --resultParam populate true
SchemaLoader
interface. Example: MondrianSchemaLoader.
Algorithm
interface. Examples: AdaptiveMonteCarloAlgorithm, MonteCarloAlgorithm,
ExhaustiveLatticeAlgorithm
| Modifier and Type | Method and Description |
|---|---|
static String |
depunctify(String name)
Converts spaces and punctuation to underscores.
|
static void |
main(String[] args) |
Copyright © 2006–2016 Julian Hyde. All rights reserved.