Package | Description |
---|---|
org.epics.pvmanager.timecache.query |
Modifier and Type | Class and Description |
---|---|
class |
QueryResultImpl |
Modifier and Type | Method and Description |
---|---|
QueryResult |
Query.getResult()
This method returns all data available for the specified
TimeInterval . |
QueryResult |
QueryImpl.getResult()
This method returns all data available for the specified
TimeInterval . |
QueryResult |
Query.getUpdate()
This method can be polled at regular interval and should return right
away with the data is already available, even if incomplete.
|
QueryResult |
QueryImpl.getUpdate()
This method can be polled at regular interval and should return right
away with the data is already available, even if incomplete.
|
Copyright © 2010–2015. All rights reserved.