public class RRDv1 extends AbstractRRD
| Modifier and Type | Field and Description | 
|---|---|
List<DS> | 
dataSources
The data sources. 
 | 
List<RRA> | 
rras
The RRAs. 
 | 
| Constructor and Description | 
|---|
RRDv1()
Instantiates a new RRDv1. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addDataSource(AbstractDS ds)
Adds the data source. 
 | 
void | 
addRRA(AbstractRRA rra)
Adds the RRA. 
 | 
protected AbstractRRD | 
createRRD()
Creates the RRD. 
 | 
AbstractDS | 
getDataSource(int index)
Gets the data source. 
 | 
List<DS> | 
getDataSources()
Gets the data sources. 
 | 
List<RRA> | 
getRras()
Gets the RRAs. 
 | 
void | 
setDataSources(List<DS> dataSources)
Sets the data sources. 
 | 
void | 
setRras(List<RRA> rras)
Sets the RRAs. 
 | 
findRowByTimestamp, findTimestampByRow, formatEquals, generateSamples, generateSamples, getEndTimestamp, getIndex, getLastUpdate, getMergeableRRA, getStartTimestamp, getStep, getVersion, hasEqualsRras, hasMergeableRRAs, merge, merge, reset, setLastUpdate, setStep, setVersion, splitpublic List<RRA> getRras()
AbstractRRDgetRras in class AbstractRRDpublic List<DS> getDataSources()
AbstractRRDgetDataSources in class AbstractRRDpublic void setDataSources(List<DS> dataSources)
dataSources - the new data sourcesprotected AbstractRRD createRRD()
AbstractRRDcreateRRD in class AbstractRRDpublic void addDataSource(AbstractDS ds)
AbstractRRDaddDataSource in class AbstractRRDds - the DSpublic AbstractDS getDataSource(int index)
AbstractRRDgetDataSource in class AbstractRRDindex - the indexpublic void addRRA(AbstractRRA rra)
AbstractRRDaddRRA in class AbstractRRDrra - the RRACopyright © 2020. All rights reserved.