Interface Result

All Known Implementing Classes:
ResultImpl

public interface Result
Recommendations produced by an aggregate table advisor job.
  • Method Details

    • getAggregates

      List<Aggregate> 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

      void describe(PrintWriter pw)
      Prints a textual description of the result.
      Parameters:
      pw - Print writer