|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrobin.core.jrrd.Archive
public class Archive
Instances of this class model an archive section of an RRD file.
| Method Summary | |
|---|---|
CDPStatusBlock |
getCDPStatusBlock(int index)
Returns the CDPStatusBlock at the specified position in this archive. |
Iterator<CDPStatusBlock> |
getCDPStatusBlocks()
Returns an iterator over the CDP status blocks in this archive in proper sequence. |
int |
getPdpCount()
Returns the number of primary data points required for a consolidated data point in this archive. |
int |
getRowCount()
Returns the number of entries in this archive. |
ConsolidationFunctionType |
getType()
Returns the type of function used to calculate the consolidated data point. |
double[][] |
getValues()
|
double |
getXff()
Returns the X-Files Factor for this archive. |
String |
toString()
Returns a summary the contents of this archive. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public ConsolidationFunctionType getType()
public CDPStatusBlock getCDPStatusBlock(int index)
CDPStatusBlock at the specified position in this archive.
index - index of CDPStatusBlock to return.
CDPStatusBlock at the specified position in this archive.public Iterator<CDPStatusBlock> getCDPStatusBlocks()
CDPStatusBlock
public double[][] getValues()
throws IOException
IOExceptionpublic int getPdpCount()
public int getRowCount()
public double getXff()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||