public class CDPStatusBlock extends Object
Modifier and Type | Field and Description |
---|---|
(package private) long |
offset |
(package private) long |
size |
(package private) int |
unknownDatapoints |
(package private) double |
value |
Constructor and Description |
---|
CDPStatusBlock(RRDFile file) |
Modifier and Type | Method and 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)