| Package | Description | 
|---|---|
| org.diirt.datasource.timecache | 
| Modifier and Type | Method and Description | 
|---|---|
DataRequestThread | 
PVCache.retrieveDataAsync(TimeInterval interval)
Asynchronously retrieves samples from sources for the requested
  
TimeInterval and asynchronously requests DataStorage for
 immediately available samples. | 
DataRequestThread | 
PVCacheImpl.retrieveDataAsync(TimeInterval newIntervalToRetrieve)
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 © 2015. All rights reserved.