Uses of Interface
org.dashbuilder.dataset.engine.sort.DataSetSortAlgorithm
-
Packages that use DataSetSortAlgorithm Package Description org.dashbuilder.dataset org.dashbuilder.dataset.engine org.dashbuilder.dataset.engine.sort -
-
Uses of DataSetSortAlgorithm in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset that return DataSetSortAlgorithm Modifier and Type Method Description DataSetSortAlgorithmAbstractDataSetCore. getSortAlgorithm()protected DataSetSortAlgorithmAbstractDataSetCore. newSortAlgorithm()Methods in org.dashbuilder.dataset with parameters of type DataSetSortAlgorithm Modifier and Type Method Description voidAbstractDataSetCore. setSortAlgorithm(DataSetSortAlgorithm sortAlgorithm) -
Uses of DataSetSortAlgorithm in org.dashbuilder.dataset.engine
Fields in org.dashbuilder.dataset.engine declared as DataSetSortAlgorithm Modifier and Type Field Description protected DataSetSortAlgorithmSharedDataSetOpEngine. sortAlgorithmConstructors in org.dashbuilder.dataset.engine with parameters of type DataSetSortAlgorithm Constructor Description SharedDataSetOpEngine(org.dashbuilder.dataset.group.AggregateFunctionManager aggregateFunctionManager, IntervalBuilderLocator intervalBuilderLocator, DataSetIndexRegistry indexRegistry, DataSetSortAlgorithm sortAlgorithm, DataSetFilterAlgorithm filterAlgorithm, Chronometer chronometer) -
Uses of DataSetSortAlgorithm in org.dashbuilder.dataset.engine.sort
Classes in org.dashbuilder.dataset.engine.sort that implement DataSetSortAlgorithm Modifier and Type Class Description classCollectionsDataSetSortA basic sort algorithm takes relies on the default Collections.sort() implementation.
-