public class MondrianStatisticsProvider extends Object implements StatisticsProvider
StatisticsProvider that goes to the database.| Constructor and Description |
|---|
MondrianStatisticsProvider(MondrianSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
double |
getFactRowCount() |
double |
getLoadTime(List<Attribute> attributes) |
double |
getRowCount(List<Attribute> attributes) |
double |
getSpace(List<Attribute> attributes) |
public MondrianStatisticsProvider(MondrianSchema schema)
public double getFactRowCount()
getFactRowCount in interface StatisticsProviderpublic double getRowCount(List<Attribute> attributes)
getRowCount in interface StatisticsProviderpublic double getSpace(List<Attribute> attributes)
getSpace in interface StatisticsProviderpublic double getLoadTime(List<Attribute> attributes)
getLoadTime in interface StatisticsProviderCopyright © 2006–2016 Julian Hyde. All rights reserved.