| Package | Description |
|---|---|
| org.dashbuilder.dataset | |
| org.dashbuilder.dataset.engine | |
| org.dashbuilder.dataset.engine.sort |
| Modifier and Type | Method and Description |
|---|---|
DataSetSortAlgorithm |
AbstractDataSetCore.getSortAlgorithm() |
protected DataSetSortAlgorithm |
AbstractDataSetCore.newSortAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDataSetCore.setSortAlgorithm(DataSetSortAlgorithm sortAlgorithm) |
| Modifier and Type | Field and Description |
|---|---|
protected DataSetSortAlgorithm |
SharedDataSetOpEngine.sortAlgorithm |
| Constructor and Description |
|---|
SharedDataSetOpEngine(AggregateFunctionManager aggregateFunctionManager,
IntervalBuilderLocator intervalBuilderLocator,
DataSetIndexRegistry indexRegistry,
DataSetSortAlgorithm sortAlgorithm,
DataSetFilterAlgorithm filterAlgorithm,
Chronometer chronometer) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionsDataSetSort
A basic sort algorithm takes relies on the default Collections.sort() implementation.
|
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.