| Interface | Description |
|---|---|
| DataSetProvider |
This service provider interface is designed to provide access to different data set storage implementations with
the main goal of providing a unified interface for the data set fetch & lookup operations.
|
| DataSetProviderRegistry |
Data set provider registry
|
| DataSetProviderType<T extends DataSetDef> |
An enumeration of the available data set provider types.
|
| Class | Description |
|---|---|
| AbstractProviderType<T extends DataSetDef> | |
| BeanProviderType |
For accessing data sets generated directly from a bean class implementing the DataSetGenerator interface
|
| CSVProviderType |
For accessing data sets that are the result of loading all the rows of a CSV file.
|
| DefaultProviderType | |
| ELSProviderType |
For accessing data sets that are the result of querying an elasticsearch server.
|
| SQLProviderType |
For accessing data sets defined as an SQL query over an existing data source.
|
| StaticProviderType |
For accessing statically registered data set which are created by calling directly to the data set API.
|
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.