| 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.
|
| KafkaProviderType |
For accessing data sets that are the result of Kafka metrics collection
|
| PrometheusProviderType |
For accessing data sets that are the result of a Prometheus Query
|
| 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.
|