Class DataSetStaticIndex
- java.lang.Object
-
- org.dashbuilder.dataset.engine.index.DataSetIndexElement
-
- org.dashbuilder.dataset.engine.index.DataSetIndexNode
-
- org.dashbuilder.dataset.engine.index.DataSetIndex
-
- org.dashbuilder.dataset.engine.index.DataSetStaticIndex
-
public class DataSetStaticIndex extends DataSetIndex
An index for static data sets.
-
-
Constructor Summary
Constructors Constructor Description DataSetStaticIndex(org.dashbuilder.dataset.DataSet dataSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.dataset.DataSetgetDataSet()Get the data set referenced by this index.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 org.dashbuilder.dataset.DataSet getDataSet()
Description copied from class:DataSetIndexGet the data set referenced by this index.- Specified by:
getDataSetin classDataSetIndex
-
getStats
public DataSetIndexStats getStats()
Description copied from class:DataSetIndexGet the performance stats of this index.- Specified by:
getStatsin classDataSetIndex
-
-