public class CDPStatusBlock
extends java.lang.Object
修飾子とタイプ | フィールド | 説明 |
---|---|---|
(package private) long |
offset |
|
(package private) long |
size |
|
(package private) int |
unknownDatapoints |
|
(package private) double |
value |
コンストラクタ | 説明 |
---|---|
CDPStatusBlock(RRDFile file) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
int |
getUnknownDatapoints() |
Returns the number of unknown primary data points that were integrated.
|
double |
getValue() |
Returns the value of this consolidated data point.
|
java.lang.String |
toString() |
Returns a summary the contents of this CDP status block.
|
(package private) void |
toXml(java.io.PrintStream s) |
long offset
long size
int unknownDatapoints
double value
CDPStatusBlock(RRDFile file) throws java.io.IOException, RrdException
java.io.IOException
RrdException
public int getUnknownDatapoints()
public double getValue()
void toXml(java.io.PrintStream s)
public java.lang.String toString()
toString
クラス内 java.lang.Object