QUALITY_NOT_FOUND| Constructor and Description |
|---|
AbstractHistorian() |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
query(java.util.List<java.lang.String> tags,
long startTime,
long endTime,
boolean includeBounding)
Queries the values for the given paths over the specified span of time.
|
protected abstract void |
query(java.util.List<java.lang.String> tags,
long start,
long end,
ResultPublisher publisher)
A protected version of query that is executed in a separate thread and given a result publisher.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbrowse, createStorageSession, delete, getProperty, getQueryStatus, getStorageStatus, initialize, register, shutdownpublic QueryResult query(java.util.List<java.lang.String> tags, long startTime, long endTime, boolean includeBounding)
Historianprotected abstract void query(java.util.List<java.lang.String> tags,
long start,
long end,
ResultPublisher publisher)