Interface SyncQueryResults
-
- All Superinterfaces:
java.util.Iterator<ResultDataPoint>
,QueryResult
- All Known Implementing Classes:
BasicSyncQueryResults
,NonStreamingQueryResults
public interface SyncQueryResults extends QueryResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getSyncId()
-
Methods inherited from interface com.inductiveautomation.gateway.tsdb.api.QueryResult
cancel, getError, getPathInfo, isErrored, onData
-
-