Uses of Class
org.dashbuilder.dataset.engine.index.DataSetIndex
-
Packages that use DataSetIndex Package Description org.dashbuilder.dataset.engine.index org.dashbuilder.dataset.engine.index.spi org.dashbuilder.dataset.engine.index.stats -
-
Uses of DataSetIndex in org.dashbuilder.dataset.engine.index
Subclasses of DataSetIndex in org.dashbuilder.dataset.engine.index Modifier and Type Class Description classDataSetStaticIndexAn index for static data sets.Fields in org.dashbuilder.dataset.engine.index with type parameters of type DataSetIndex Modifier and Type Field Description protected Map<String,DataSetIndex>TransientDataSetIndexRegistry. indexMapMethods in org.dashbuilder.dataset.engine.index that return DataSetIndex Modifier and Type Method Description DataSetIndexTransientDataSetIndexRegistry. get(String uuid)DataSetIndexTransientDataSetIndexRegistry. put(org.dashbuilder.dataset.DataSet dataSet)DataSetIndexTransientDataSetIndexRegistry. remove(String uuid) -
Uses of DataSetIndex in org.dashbuilder.dataset.engine.index.spi
Methods in org.dashbuilder.dataset.engine.index.spi that return DataSetIndex Modifier and Type Method Description DataSetIndexDataSetIndexRegistry. get(String uuid)Get the index for the specified data set.DataSetIndexDataSetIndexRegistry. put(org.dashbuilder.dataset.DataSet dataSet)Index the given data set.DataSetIndexDataSetIndexRegistry. remove(String uuid)Removes the index for the specified data set. -
Uses of DataSetIndex in org.dashbuilder.dataset.engine.index.stats
Constructors in org.dashbuilder.dataset.engine.index.stats with parameters of type DataSetIndex Constructor Description DataSetIndexStatsImpl(DataSetIndex index)
-