Package org.dashbuilder.dataprovider
-
Interface Summary 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 registryDataSetProviderType<T extends DataSetDef> An enumeration of the available data set provider types. -
Class Summary Class Description AbstractProviderType<T extends DataSetDef> BeanProviderType For accessing data sets generated directly from a bean class implementing the DataSetGenerator interfaceCSVProviderType For accessing data sets that are the result of loading all the rows of a CSV file.DefaultProviderType KafkaProviderType For accessing data sets that are the result of Kafka metrics collectionPrometheusProviderType For accessing data sets that are the result of a Prometheus QuerySQLProviderType 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.