class XmlReader extends DataImporter
| Modifier and Type | Method | Description |
|---|---|---|
(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) |
getEstimatedSize, releaseXmlReader(String xmlFilePath) throws IOException, RrdException
IOExceptionRrdExceptionString getVersion() throws RrdException
getVersion in class DataImporterRrdExceptionlong getLastUpdateTime()
throws RrdException
getLastUpdateTime in class DataImporterRrdExceptionlong getStep()
throws RrdException
getStep in class DataImporterRrdExceptionint getDsCount()
getDsCount in class DataImporterint getArcCount()
getArcCount in class DataImporterString getDsName(int dsIndex) throws RrdException
getDsName in class DataImporterRrdExceptionString getDsType(int dsIndex) throws RrdException
getDsType in class DataImporterRrdExceptionlong getHeartbeat(int dsIndex)
throws RrdException
getHeartbeat in class DataImporterRrdExceptiondouble getMinValue(int dsIndex)
throws RrdException
getMinValue in class DataImporterRrdExceptiondouble getMaxValue(int dsIndex)
throws RrdException
getMaxValue in class DataImporterRrdExceptiondouble getLastValue(int dsIndex)
throws RrdException
getLastValue in class DataImporterRrdExceptiondouble getAccumValue(int dsIndex)
throws RrdException
getAccumValue in class DataImporterRrdExceptionlong getNanSeconds(int dsIndex)
throws RrdException
getNanSeconds in class DataImporterRrdExceptionString getConsolFun(int arcIndex) throws RrdException
getConsolFun in class DataImporterRrdExceptiondouble getXff(int arcIndex)
throws RrdException
getXff in class DataImporterRrdExceptionint getSteps(int arcIndex)
throws RrdException
getSteps in class DataImporterRrdExceptiondouble getStateAccumValue(int arcIndex,
int dsIndex)
throws RrdException
getStateAccumValue in class DataImporterRrdExceptionint getStateNanSteps(int arcIndex,
int dsIndex)
throws RrdException
getStateNanSteps in class DataImporterRrdExceptionint getRows(int arcIndex)
throws RrdException
getRows in class DataImporterRrdExceptiondouble[] getValues(int arcIndex,
int dsIndex)
throws RrdException
getValues in class DataImporterRrdException