| Package | Description |
|---|---|
| org.dashbuilder.dataset.engine.index | |
| org.dashbuilder.dataset.engine.index.spi | |
| org.dashbuilder.dataset.engine.index.stats |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSetStaticIndex
An index for static data sets.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DataSetIndex> |
TransientDataSetIndexRegistry.indexMap |
| Modifier and Type | Method and Description |
|---|---|
DataSetIndex |
TransientDataSetIndexRegistry.get(String uuid) |
DataSetIndex |
TransientDataSetIndexRegistry.put(DataSet dataSet) |
DataSetIndex |
TransientDataSetIndexRegistry.remove(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
DataSetIndex |
DataSetIndexRegistry.get(String uuid)
Get the index for the specified data set.
|
DataSetIndex |
DataSetIndexRegistry.put(DataSet dataSet)
Index the given data set.
|
DataSetIndex |
DataSetIndexRegistry.remove(String uuid)
Removes the index for the specified data set.
|
| Constructor and Description |
|---|
DataSetIndexStatsImpl(DataSetIndex index) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.