Class DataSetFunctionIndex
- java.lang.Object
-
- org.dashbuilder.dataset.engine.index.DataSetIndexElement
-
- org.dashbuilder.dataset.engine.index.DataSetFunctionIndex
-
public class DataSetFunctionIndex extends DataSetIndexElement
An aggregate function value index
-
-
Constructor Summary
Constructors Constructor Description DataSetFunctionIndex(Object value, long buildTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEstimatedSize()ObjectgetValue()voidsetValue(Object value)-
Methods inherited from class org.dashbuilder.dataset.engine.index.DataSetIndexElement
acceptVisitor, getBuildTime, getReuseHits, getReuseTime, reuseHit, setBuildTime, toString
-
-
-
-
Constructor Detail
-
DataSetFunctionIndex
public DataSetFunctionIndex(Object value, long buildTime)
-
-
Method Detail
-
getValue
public Object getValue()
-
setValue
public void setValue(Object value)
-
getEstimatedSize
public long getEstimatedSize()
- Overrides:
getEstimatedSizein classDataSetIndexElement
-
-