Package | Description |
---|---|
org.jrobin.core |
Modifier and Type | Method and Description |
---|---|
DsDef[] |
RrdDef.getDsDefs()
Returns all data source definition objects specified so far.
|
Modifier and Type | Method and Description |
---|---|
void |
RrdDef.addDatasource(DsDef dsDef)
Adds single datasource definition represented with object of class
DsDef . |
void |
RrdDef.addDatasource(DsDef[] dsDefs)
Adds data source definitions to RRD definition in bulk.
|
static void |
RrdToolkit.addDatasource(String sourcePath,
DsDef newDatasource,
boolean saveBackup)
Adds one more datasource to a RRD file.
|
static void |
RrdToolkit.addDatasource(String sourcePath,
String destPath,
DsDef newDatasource)
Creates a new RRD file with one more datasource in it.
|
(package private) boolean |
DsDef.exactlyEqual(DsDef def) |
Constructor and Description |
---|
Datasource(RrdDb parentDb,
DsDef dsDef) |