Package | Description |
---|---|
org.epics.pvmanager.timecache | |
org.epics.pvmanager.timecache.query |
Modifier and Type | Method and Description |
---|---|
<V extends VType> |
CacheImpl.createQuery(String channelName,
Class<V> type,
QueryParameters parameters)
Creates a new
Query . |
<V extends VType> |
Cache.createQuery(String channelName,
Class<V> type,
QueryParameters parameters)
Creates a new
Query . |
static DesiredRateExpression<VTable> |
ExpressionLanguage.timeTableOf(String channelName,
QueryParameters parameters)
A query expression that returns the result formatted as a table.
|
Modifier and Type | Method and Description |
---|---|
QueryParameters |
QueryParameters.timeInterval(org.epics.util.time.TimeRelativeInterval timeInterval) |
Modifier and Type | Method and Description |
---|---|
void |
Query.update(QueryParameters queryParameters)
Changes the parameters for the query.
|
void |
QueryImpl.update(QueryParameters queryParameters)
Changes the parameters for the query.
|
Copyright © 2010–2015. All rights reserved.