Package org.dashbuilder.dataprovider
Class StaticProviderType
- java.lang.Object
-
- org.dashbuilder.dataprovider.AbstractProviderType<StaticDataSetDef>
-
- org.dashbuilder.dataprovider.StaticProviderType
-
- All Implemented Interfaces:
DataSetProviderType<StaticDataSetDef>
public class StaticProviderType extends AbstractProviderType<StaticDataSetDef>
For accessing statically registered data set which are created by calling directly to the data set API.
-
-
Field Summary
-
Fields inherited from interface org.dashbuilder.dataprovider.DataSetProviderType
BEAN, CSV, ELASTICSEARCH, KAFKA, PROMETHEUS, SQL, STATIC
-
-
Constructor Summary
Constructors Constructor Description StaticProviderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StaticDataSetDefcreateDataSetDef()Create a brand newDataSetDefinstance for this given provider type.StringgetName()The type's name.-
Methods inherited from class org.dashbuilder.dataprovider.AbstractProviderType
equals
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dashbuilder.dataprovider.DataSetProviderType
getJsonMarshaller
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:DataSetProviderTypeThe type's name. It must be unique and do not clash with other existing types.
-
createDataSetDef
public StaticDataSetDef createDataSetDef()
Description copied from interface:DataSetProviderTypeCreate a brand newDataSetDefinstance for this given provider type.
-
-