public class CDPStatusBlock extends Object
Modifier and Type | Field | Description |
---|---|---|
(package private) long |
offset |
|
(package private) long |
size |
|
(package private) int |
unknownDatapoints |
|
(package private) double |
value |
Constructor | Description |
---|---|
CDPStatusBlock(RRDFile file) |
Modifier and Type | Method | Description |
---|---|---|
int |
getUnknownDatapoints() |
Returns the number of unknown primary data points that were integrated.
|
double |
getValue() |
Returns the value of this consolidated data point.
|
String |
toString() |
Returns a summary the contents of this CDP status block.
|
(package private) void |
toXml(PrintStream s) |
long offset
long size
int unknownDatapoints
double value
CDPStatusBlock(RRDFile file) throws IOException, RrdException
IOException
RrdException
public int getUnknownDatapoints()
public double getValue()
void toXml(PrintStream s)