Package | Description |
---|---|
org.epics.pvmanager.timecache |
Modifier and Type | Method and Description |
---|---|
DataRequestThread |
PVCacheImpl.retrieveDataAsync(org.epics.util.time.TimeInterval interval)
Asynchronously retrieves samples from sources for the requested
TimeInterval and asynchronously requests DataStorage for
immediately available samples. |
DataRequestThread |
PVCache.retrieveDataAsync(org.epics.util.time.TimeInterval interval)
Asynchronously retrieves samples from sources for the requested
TimeInterval and asynchronously requests DataStorage for
immediately available samples. |
Modifier and Type | Method and Description |
---|---|
void |
DataRequestListener.intervalComplete(DataRequestThread thread)
Informs that the specified
DataRequestThread has finished
requesting the source. |
void |
DataRequestListener.newData(DataChunk chunk,
DataRequestThread thread)
Informs that a new chunk is available from the specified
DataRequestThread . |
Copyright © 2010–2015. All rights reserved.