protected class SQLiteHistorian.Query extends BasicQueryResult implements java.lang.Runnable
| Constructor and Description |
|---|
Query(java.util.List<PathInfo> pathInfos,
java.util.List<PathInfo> badPaths,
com.google.common.collect.Multimap<java.lang.Long,java.lang.Integer> idToPos,
long startTime,
long endTime,
boolean includeBounding) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
loadDatapointsFromRS(java.util.List<BasicResultDataPoint> points,
java.sql.ResultSet rs) |
protected int |
publishFromRS(java.sql.ResultSet rs)
Publishes values, returns data count.
|
void |
run() |
cancel, finish, finishInternal, finishWithError, getError, getPathInfo, hasNext, isCanceled, isErrored, next, onData, publish, setPathInfoprotected void loadDatapointsFromRS(java.util.List<BasicResultDataPoint> points, java.sql.ResultSet rs) throws java.lang.Exception
java.lang.Exceptionprotected int publishFromRS(java.sql.ResultSet rs)
throws java.lang.Exception
java.lang.Exceptionpublic void run()
run in interface java.lang.Runnable