Uses of Interface
org.dashbuilder.dataset.engine.filter.DataSetFilterAlgorithm
-
Packages that use DataSetFilterAlgorithm Package Description org.dashbuilder.dataset org.dashbuilder.dataset.engine org.dashbuilder.dataset.engine.filter -
-
Uses of DataSetFilterAlgorithm in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset that return DataSetFilterAlgorithm Modifier and Type Method Description DataSetFilterAlgorithmAbstractDataSetCore. getFilterAlgorithm()protected DataSetFilterAlgorithmAbstractDataSetCore. newFilterAlgorithm()Methods in org.dashbuilder.dataset with parameters of type DataSetFilterAlgorithm Modifier and Type Method Description voidAbstractDataSetCore. setFilterAlgorithm(DataSetFilterAlgorithm filterAlgorithm) -
Uses of DataSetFilterAlgorithm in org.dashbuilder.dataset.engine
Fields in org.dashbuilder.dataset.engine declared as DataSetFilterAlgorithm Modifier and Type Field Description protected DataSetFilterAlgorithmSharedDataSetOpEngine. filterAlgorithmConstructors in org.dashbuilder.dataset.engine with parameters of type DataSetFilterAlgorithm Constructor Description SharedDataSetOpEngine(org.dashbuilder.dataset.group.AggregateFunctionManager aggregateFunctionManager, IntervalBuilderLocator intervalBuilderLocator, DataSetIndexRegistry indexRegistry, DataSetSortAlgorithm sortAlgorithm, DataSetFilterAlgorithm filterAlgorithm, Chronometer chronometer) -
Uses of DataSetFilterAlgorithm in org.dashbuilder.dataset.engine.filter
Classes in org.dashbuilder.dataset.engine.filter that implement DataSetFilterAlgorithm Modifier and Type Class Description classDefaultFilterAlgorithmDefault data set filter algorithm.
-