class RrdToolReader extends DataImporter
| Constructor | Description |
|---|---|
RrdToolReader(String rrdPath) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
finalize() |
|
(package private) double |
getAccumValue(int dsIndex) |
|
(package private) int |
getArcCount() |
|
(package private) String |
getConsolFun(int arcIndex) |
|
(package private) int |
getDsCount() |
|
(package private) String |
getDsName(int dsIndex) |
|
(package private) String |
getDsType(int dsIndex) |
|
(package private) long |
getHeartbeat(int dsIndex) |
|
(package private) long |
getLastUpdateTime() |
|
(package private) double |
getLastValue(int dsIndex) |
|
(package private) double |
getMaxValue(int dsIndex) |
|
(package private) double |
getMinValue(int dsIndex) |
|
(package private) long |
getNanSeconds(int dsIndex) |
|
(package private) int |
getRows(int arcIndex) |
|
(package private) double |
getStateAccumValue(int arcIndex,
int dsIndex) |
|
(package private) int |
getStateNanSteps(int arcIndex,
int dsIndex) |
|
(package private) long |
getStep() |
|
(package private) int |
getSteps(int arcIndex) |
|
(package private) double[] |
getValues(int arcIndex,
int dsIndex) |
|
(package private) String |
getVersion() |
|
(package private) double |
getXff(int arcIndex) |
|
(package private) void |
release() |
getEstimatedSizeRrdToolReader(String rrdPath) throws IOException, RrdException
IOExceptionRrdExceptionString getVersion()
getVersion in class DataImporterlong getLastUpdateTime()
getLastUpdateTime in class DataImporterlong getStep()
getStep in class DataImporterint getDsCount()
getDsCount in class DataImporterint getArcCount()
throws RrdException,
IOException
getArcCount in class DataImporterRrdExceptionIOExceptionString getDsName(int dsIndex)
getDsName in class DataImporterString getDsType(int dsIndex)
getDsType in class DataImporterlong getHeartbeat(int dsIndex)
getHeartbeat in class DataImporterdouble getMinValue(int dsIndex)
getMinValue in class DataImporterdouble getMaxValue(int dsIndex)
getMaxValue in class DataImporterdouble getLastValue(int dsIndex)
getLastValue in class DataImporterdouble getAccumValue(int dsIndex)
getAccumValue in class DataImporterlong getNanSeconds(int dsIndex)
getNanSeconds in class DataImporterString getConsolFun(int arcIndex)
getConsolFun in class DataImporterdouble getXff(int arcIndex)
getXff in class DataImporterint getSteps(int arcIndex)
getSteps in class DataImporterint getRows(int arcIndex)
throws RrdException,
IOException
getRows in class DataImporterRrdExceptionIOExceptiondouble getStateAccumValue(int arcIndex,
int dsIndex)
throws RrdException,
IOException
getStateAccumValue in class DataImporterRrdExceptionIOExceptionint getStateNanSteps(int arcIndex,
int dsIndex)
throws RrdException,
IOException
getStateNanSteps in class DataImporterRrdExceptionIOExceptiondouble[] getValues(int arcIndex,
int dsIndex)
throws RrdException,
IOException,
RrdException
getValues in class DataImporterRrdExceptionIOExceptionvoid release()
throws IOException
release in class DataImporterIOException