Uses of Class
org.rrd4j.core.jrrd.DataSourceType
-
Packages that use DataSourceType Package Description org.rrd4j.core.jrrd This package provides read-only access to natives RRD file. -
-
Uses of DataSourceType in org.rrd4j.core.jrrd
Methods in org.rrd4j.core.jrrd that return DataSourceType Modifier and Type Method Description DataSourceTypeDataSource. getType()Returns the type this data source is.static DataSourceTypeDataSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSourceType[]DataSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-