|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rrdService.util.RoundRobinArchive
The class RoundRobinArchive consists of a number of data values from all the defined data-sources and is defined with an RRA line.
- RoundRobin
LockRoundRobinDataBase LockRoundRobinLibrary
, Serialized FormField Summary | |
private CdpPrepContainer |
cdpPrepContainer
CdpPrepContainer of this RRA |
private java.lang.String |
consolidationFunction
The consolidation function of the archive. |
private int |
rows
rows defines how many generations of data values are kept in an RRA. |
private int |
steps
steps defines how many of these primary data points are used to build a consolidated data point which then goes into the archive. |
private double |
xFilesFactor
The xfiles factor defines what part of a consolidation interval may be made up from *UNKNOWN* data while the consolidated value is still regarded as known. |
Constructor Summary | |
RoundRobinArchive()
Default constructor of a RoundRobinArchive |
|
RoundRobinArchive(java.lang.String consolidationFunction,
double xFilesFactor,
int steps,
int rows)
Constructor of a RoundRobinArchive |
|
RoundRobinArchive(java.lang.String consolidationFunction,
double xFilesFactor,
int steps,
int rows,
CdpPrepContainer cdpPrepContainer)
Constructor of a RoundRobinArchive |
Method Summary | |
CdpPrepContainer |
getCdpPrepContainer()
Returns the CdpPrepContainer in this archive. |
java.lang.String |
getConsolidationFunction()
Returns the consolidation function of this archive. |
int |
getRows()
Returns the rows of this archive. |
int |
getSteps()
Returns the steps of this archive. |
double |
getXFilesFactor()
Returns the xfile factor of this archive. |
void |
setCdpPrepContainer(CdpPrepContainer cdpPrepContainer)
Replaces the CdpPrepContainer in this archive. |
void |
setConsolidationFunction(java.lang.String consolidationFunction)
Replaces the consolidation function in this archive. |
void |
setRows(int rows)
Replaces the rows in this archive. |
void |
setSteps(int steps)
Replaces the steps in this archive. |
void |
setXFilesFactor(double xFilesFactor)
Replaces the xFilesFactor in this archive. |
java.lang.String |
toString()
toString return a string representation of a archive |
Methods inherited from class java.lang.Object |
|
Field Detail |
private CdpPrepContainer cdpPrepContainer
private java.lang.String consolidationFunction
private int rows
private int steps
private double xFilesFactor
Constructor Detail |
public RoundRobinArchive() throws java.lang.Exception
public RoundRobinArchive(java.lang.String consolidationFunction, double xFilesFactor, int steps, int rows) throws java.lang.Exception
consolidationFunction
- the consolidation function of the archivexFilesFactor
- the xFilesFactor of the archivesteps
- the steps of the archiverows
- the rows of the archivepublic RoundRobinArchive(java.lang.String consolidationFunction, double xFilesFactor, int steps, int rows, CdpPrepContainer cdpPrepContainer) throws java.lang.Exception
consolidationFunction
- the consolidation function of the archivexFilesFactor
- the xFilesFactor of the archivesteps
- the steps of the archiverows
- the rows of the archivecdpPrepContainer
- the CdpPrepContainer of the archiveMethod Detail |
public CdpPrepContainer getCdpPrepContainer()
public java.lang.String getConsolidationFunction()
public int getRows()
public int getSteps()
public double getXFilesFactor()
public void setCdpPrepContainer(CdpPrepContainer cdpPrepContainer)
cdpPrepContainer
- the CdpPrepContainer of the archive to setpublic void setConsolidationFunction(java.lang.String consolidationFunction) throws java.lang.Exception
consolidationFunction
- the consolidation function of the archive to setpublic void setRows(int rows)
rows
- the rows of the archive to setpublic void setSteps(int steps)
steps
- the steps of the archive to setpublic void setXFilesFactor(double xFilesFactor)
xFilesFactor
- the xFilesFactor of the archive to setpublic java.lang.String toString()
toString
in class java.lang.Object
|
Copyright 1885-2001 FIRMENICH SA, Geneva | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |