Uses of Interface
org.dashbuilder.dataset.engine.index.spi.DataSetIndexRegistry
-
Packages that use DataSetIndexRegistry Package Description org.dashbuilder.dataset org.dashbuilder.dataset.engine org.dashbuilder.dataset.engine.index -
-
Uses of DataSetIndexRegistry in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset that return DataSetIndexRegistry Modifier and Type Method Description DataSetIndexRegistryAbstractDataSetCore. getIndexRegistry()protected DataSetIndexRegistryAbstractDataSetCore. newIndexRegistry()Methods in org.dashbuilder.dataset with parameters of type DataSetIndexRegistry Modifier and Type Method Description voidAbstractDataSetCore. setIndexRegistry(DataSetIndexRegistry indexRegistry) -
Uses of DataSetIndexRegistry in org.dashbuilder.dataset.engine
Fields in org.dashbuilder.dataset.engine declared as DataSetIndexRegistry Modifier and Type Field Description protected DataSetIndexRegistrySharedDataSetOpEngine. indexRegistryMethods in org.dashbuilder.dataset.engine that return DataSetIndexRegistry Modifier and Type Method Description DataSetIndexRegistrySharedDataSetOpEngine. getIndexRegistry()Constructors in org.dashbuilder.dataset.engine with parameters of type DataSetIndexRegistry Constructor Description SharedDataSetOpEngine(org.dashbuilder.dataset.group.AggregateFunctionManager aggregateFunctionManager, IntervalBuilderLocator intervalBuilderLocator, DataSetIndexRegistry indexRegistry, DataSetSortAlgorithm sortAlgorithm, DataSetFilterAlgorithm filterAlgorithm, Chronometer chronometer) -
Uses of DataSetIndexRegistry in org.dashbuilder.dataset.engine.index
Classes in org.dashbuilder.dataset.engine.index that implement DataSetIndexRegistry Modifier and Type Class Description classTransientDataSetIndexRegistry
-