public abstract class DataImporter extends Object implements Closeable
| Constructor and Description |
|---|
DataImporter() |
| Modifier and Type | Method and Description |
|---|---|
void | close()close. |
abstract double | getAccumValue(int dsIndex)getAccumValue. |
abstract int | getArcCount()getArcCount. |
abstract ConsolFun | getConsolFun(int arcIndex)getConsolFun. |
abstract int | getDsCount()getDsCount. |
abstract String | getDsName(int dsIndex)getDsName. |
abstract DsType | getDsType(int dsIndex)getDsType. |
protected long | getEstimatedSize()getEstimatedSize. |
abstract long | getHeartbeat(int dsIndex)getHeartbeat. |
abstract long | getLastUpdateTime()getLastUpdateTime. |
abstract double | getLastValue(int dsIndex)getLastValue. |
abstract double | getMaxValue(int dsIndex)getMaxValue. |
abstract double | getMinValue(int dsIndex)getMinValue. |
abstract long | getNanSeconds(int dsIndex)getNanSeconds. |
abstract int | getRows(int arcIndex)getRows. |
abstract double | getStateAccumValue(int arcIndex,
int dsIndex)getStateAccumValue. |
abstract int | getStateNanSteps(int arcIndex,
int dsIndex)getStateNanSteps. |
abstract long | getStep()getStep. |
abstract int | getSteps(int arcIndex)getSteps. |
abstract double[] | getValues(int arcIndex,
int dsIndex)getValues. |
abstract String | getVersion()getVersion. |
abstract double | getXff(int arcIndex)getXff. |
(package private) void | release() |
public void close()
throws IOExceptionclose in interface Closeableclose in interface AutoCloseableIOExceptionpublic abstract double getAccumValue(int dsIndex)
throws IOExceptionIOExceptionpublic abstract int getArcCount()
throws IOExceptionIOExceptionpublic abstract ConsolFun getConsolFun(int arcIndex) throws IOException
IOExceptionpublic abstract int getDsCount()
throws IOExceptionIOExceptionpublic abstract String getDsName(int dsIndex) throws IOException
IOExceptionpublic abstract DsType getDsType(int dsIndex) throws IOException
IOExceptionprotected long getEstimatedSize()
throws IOExceptionIOExceptionpublic abstract long getHeartbeat(int dsIndex)
throws IOExceptionIOExceptionpublic abstract long getLastUpdateTime()
throws IOExceptionIOExceptionpublic abstract double getLastValue(int dsIndex)
throws IOExceptionIOExceptionpublic abstract double getMaxValue(int dsIndex)
throws IOExceptionIOExceptionpublic abstract double getMinValue(int dsIndex)
throws IOExceptionIOExceptionpublic abstract long getNanSeconds(int dsIndex)
throws IOExceptionIOExceptionpublic abstract int getRows(int arcIndex)
throws IOExceptionIOExceptionpublic abstract double getStateAccumValue(int arcIndex,
int dsIndex)
throws IOExceptionIOExceptionpublic abstract int getStateNanSteps(int arcIndex,
int dsIndex)
throws IOExceptionIOExceptionpublic abstract long getStep()
throws IOExceptionIOExceptionpublic abstract int getSteps(int arcIndex)
throws IOExceptionIOExceptionpublic abstract double[] getValues(int arcIndex,
int dsIndex)
throws IOExceptionIOExceptionpublic abstract String getVersion() throws IOException
IOExceptionpublic abstract double getXff(int arcIndex)
throws IOExceptionIOExceptionvoid release()
throws IOExceptionIOException