Package org.pentaho.aggdes.algorithm
Interface Result
- All Known Implementing Classes:
ResultImpl
public interface Result
Recommendations produced by an aggregate table advisor job.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
describe
(PrintWriter pw) Prints a textual description of the result.Returns a list of aggregate tables.Returns a list of cost/benefit for each aggregate.
-
Method Details
-
getAggregates
Returns a list of aggregate tables.- Returns:
- list of aggregate tables
-
getCostBenefits
List<Algorithm.CostBenefit> getCostBenefits()Returns a list of cost/benefit for each aggregate.- Returns:
- list of cost/benefit metrics
-
describe
Prints a textual description of the result.- Parameters:
pw
- Print writer
-