Uses of Class
org.jrobin.core.Datasource
-
Packages that use Datasource Package Description org.jrobin.core -
-
Uses of Datasource in org.jrobin.core
Methods in org.jrobin.core that return Datasource Modifier and Type Method Description Datasource
RrdDb. getDatasource(int dsIndex)
Returns Datasource object for the given datasource index.Datasource
RrdDb. getDatasource(String dsName)
Returns Datasource object corresponding to the given datasource name.(package private) Datasource[]
RrdDb. getDatasources()
Methods in org.jrobin.core with parameters of type Datasource Modifier and Type Method Description (package private) void
RrdDb. archive(Datasource datasource, double value, long numUpdates)
-