public interface DataSetIndexRegistry
| Modifier and Type | Method and Description |
|---|---|
DataSetIndex |
get(String uuid)
Get the index for the specified data set.
|
DataSetIndex |
put(DataSet dataSet)
Index the given data set.
|
DataSetIndex |
remove(String uuid)
Removes the index for the specified data set.
|
DataSetIndex put(DataSet dataSet)
DataSetIndex get(String uuid)
uuid - The data set unique identifier.DataSetIndex remove(String uuid)
uuid - The data set unique identifier.Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.