Class DataSetIndex
- java.lang.Object
-
- org.dashbuilder.dataset.engine.index.DataSetIndexElement
-
- org.dashbuilder.dataset.engine.index.DataSetIndexNode
-
- org.dashbuilder.dataset.engine.index.DataSetIndex
-
- Direct Known Subclasses:
DataSetStaticIndex
public abstract class DataSetIndex extends DataSetIndexNode
A DataSet index
-
-
Constructor Summary
Constructors Constructor Description DataSetIndex()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract org.dashbuilder.dataset.DataSetgetDataSet()Get the data set referenced by this index.abstract DataSetIndexStatsgetStats()Get the performance stats of this index.-
Methods inherited from class org.dashbuilder.dataset.engine.index.DataSetIndexNode
acceptVisitor, getAggValue, getEstimatedSize, getFilterIndex, getGroupIndex, getGroupKey, getParent, getRows, getSortIndex, indexAggValue, indexFilter, indexGroup, indexSort, setParent
-
Methods inherited from class org.dashbuilder.dataset.engine.index.DataSetIndexElement
getBuildTime, getReuseHits, getReuseTime, reuseHit, setBuildTime, toString
-
-
-
-
Method Detail
-
getDataSet
public abstract org.dashbuilder.dataset.DataSet getDataSet()
Get the data set referenced by this index.
-
getStats
public abstract DataSetIndexStats getStats()
Get the performance stats of this index.
-
-