public class CDPStatusBlock extends Object
Modifier and Type | Field and Description |
---|---|
(package private) long |
offset
Byte offset within file
|
(package private) double |
primary_value |
(package private) double |
secondary_value |
(package private) long |
size
Size of block in bytes
|
(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) |
final long offset
final long size
final int unknownDatapoints
final double value
final double secondary_value
final double primary_value
CDPStatusBlock(RRDFile file) throws IOException
IOException
public int getUnknownDatapoints()
public double getValue()
void toXml(PrintStream s)