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() |
_finish, cancel, finish, finishWithError, getError, getPathInfo, hasNext, isCanceled, isErrored, next, onData, publish, setPathInfo
protected void loadDatapointsFromRS(java.util.List<BasicResultDataPoint> points, java.sql.ResultSet rs) throws java.lang.Exception
java.lang.Exception
protected int publishFromRS(java.sql.ResultSet rs) throws java.lang.Exception
java.lang.Exception
public void run()
run
in interface java.lang.Runnable