Uses of Class
org.jrobin.core.DsDef
-
Packages that use DsDef Package Description org.jrobin.core -
-
Uses of DsDef in org.jrobin.core
Methods in org.jrobin.core that return DsDef Modifier and Type Method Description DsDef[]RrdDef. getDsDefs()Returns all data source definition objects specified so far.Methods in org.jrobin.core with parameters of type DsDef Modifier and Type Method Description voidRrdDef. addDatasource(DsDef dsDef)Adds single datasource definition represented with object of classDsDef.voidRrdDef. addDatasource(DsDef[] dsDefs)Adds data source definitions to RRD definition in bulk.static voidRrdToolkit. addDatasource(String sourcePath, String destPath, DsDef newDatasource)Creates a new RRD file with one more datasource in it.static voidRrdToolkit. addDatasource(String sourcePath, DsDef newDatasource, boolean saveBackup)Adds one more datasource to a RRD file.(package private) booleanDsDef. exactlyEqual(DsDef def)Constructors in org.jrobin.core with parameters of type DsDef Constructor Description Datasource(RrdDb parentDb, DsDef dsDef)
-