public interface DataSetManager
| Modifier and Type | Method and Description |
|---|---|
DataSet |
createDataSet(String uuid)
Create a brand new data set instance.
|
DataSet |
getDataSet(String uuid)
Retrieve (load if required) a data set.
|
DataSetMetadata |
getDataSetMetadata(String uuid)
Retrieves the metadata for a given data set
|
DataSet |
lookupDataSet(DataSetLookup lookup)
Load a data set and apply several operations (filter, sort, group, ...) on top of it.
|
DataSet[] |
lookupDataSets(DataSetLookup[] lookup)
Process multiple data set lookup request in a single shot.
|
void |
registerDataSet(DataSet dataSet)
Registers the specified data set instance.
|
void |
registerDataSet(DataSet dataSet,
List<DataSetPreprocessor> preprocessors)
Registers the specified data set instance with a list of preprocessors
|
DataSet |
removeDataSet(String uuid)
Removes the specified data set instance.
|
DataSet createDataSet(String uuid)
uuid - The UUID to assign to the new data set.DataSet getDataSet(String uuid)
uuid - The UUID of the data set.void registerDataSet(DataSet dataSet)
void registerDataSet(DataSet dataSet, List<DataSetPreprocessor> preprocessors)
DataSet removeDataSet(String uuid)
uuid - The UUID of the data set.DataSet lookupDataSet(DataSetLookup lookup)
DataSet[] lookupDataSets(DataSetLookup[] lookup)
DataSetMetadata getDataSetMetadata(String uuid)
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.