public class PDPStatusBlock
extends java.lang.Object
| 修飾子とタイプ | フィールド | 説明 |
|---|---|---|
(package private) java.lang.String |
lastReading |
|
(package private) long |
offset |
|
(package private) long |
size |
|
(package private) int |
unknownSeconds |
|
(package private) double |
value |
| コンストラクタ | 説明 |
|---|---|
PDPStatusBlock(RRDFile file) |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
java.lang.String |
getLastReading() |
Returns the last reading from the data source.
|
int |
getUnknownSeconds() |
Returns the number of seconds of the current primary data point is
unknown data.
|
double |
getValue() |
Returns the current value of the primary data point.
|
java.lang.String |
toString() |
Returns a summary the contents of this PDP status block.
|
long offset
long size
java.lang.String lastReading
int unknownSeconds
double value
PDPStatusBlock(RRDFile file) throws java.io.IOException, RrdException
java.io.IOExceptionRrdExceptionpublic java.lang.String getLastReading()
public double getValue()
public int getUnknownSeconds()
public java.lang.String toString()
toString クラス内 java.lang.Object