abstract class DataImporter extends Object
Constructor and Description |
---|
DataImporter() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract double |
getAccumValue(int dsIndex) |
(package private) abstract int |
getArcCount() |
(package private) abstract String |
getConsolFun(int arcIndex) |
(package private) abstract int |
getDsCount() |
(package private) abstract String |
getDsName(int dsIndex) |
(package private) abstract String |
getDsType(int dsIndex) |
(package private) long |
getEstimatedSize() |
(package private) abstract long |
getHeartbeat(int dsIndex) |
(package private) abstract long |
getLastUpdateTime() |
(package private) abstract double |
getLastValue(int dsIndex) |
(package private) abstract double |
getMaxValue(int dsIndex) |
(package private) abstract double |
getMinValue(int dsIndex) |
(package private) abstract long |
getNanSeconds(int dsIndex) |
(package private) abstract int |
getRows(int arcIndex) |
(package private) abstract double |
getStateAccumValue(int arcIndex,
int dsIndex) |
(package private) abstract int |
getStateNanSteps(int arcIndex,
int dsIndex) |
(package private) abstract long |
getStep() |
(package private) abstract int |
getSteps(int arcIndex) |
(package private) abstract double[] |
getValues(int arcIndex,
int dsIndex) |
(package private) abstract String |
getVersion() |
(package private) abstract double |
getXff(int arcIndex) |
(package private) void |
release() |
abstract String getVersion() throws RrdException, IOException
RrdException
IOException
abstract long getLastUpdateTime() throws RrdException, IOException
RrdException
IOException
abstract long getStep() throws RrdException, IOException
RrdException
IOException
abstract int getDsCount() throws RrdException, IOException
RrdException
IOException
abstract int getArcCount() throws RrdException, IOException
RrdException
IOException
abstract String getDsName(int dsIndex) throws RrdException, IOException
RrdException
IOException
abstract String getDsType(int dsIndex) throws RrdException, IOException
RrdException
IOException
abstract long getHeartbeat(int dsIndex) throws RrdException, IOException
RrdException
IOException
abstract double getMinValue(int dsIndex) throws RrdException, IOException
RrdException
IOException
abstract double getMaxValue(int dsIndex) throws RrdException, IOException
RrdException
IOException
abstract double getLastValue(int dsIndex) throws RrdException, IOException
RrdException
IOException
abstract double getAccumValue(int dsIndex) throws RrdException, IOException
RrdException
IOException
abstract long getNanSeconds(int dsIndex) throws RrdException, IOException
RrdException
IOException
abstract String getConsolFun(int arcIndex) throws RrdException, IOException
RrdException
IOException
abstract double getXff(int arcIndex) throws RrdException, IOException
RrdException
IOException
abstract int getSteps(int arcIndex) throws RrdException, IOException
RrdException
IOException
abstract int getRows(int arcIndex) throws RrdException, IOException
RrdException
IOException
abstract double getStateAccumValue(int arcIndex, int dsIndex) throws RrdException, IOException
RrdException
IOException
abstract int getStateNanSteps(int arcIndex, int dsIndex) throws RrdException, IOException
RrdException
IOException
abstract double[] getValues(int arcIndex, int dsIndex) throws RrdException, IOException, RrdException
RrdException
IOException
long getEstimatedSize() throws RrdException, IOException
RrdException
IOException
void release() throws RrdException, IOException
RrdException
IOException