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