| Package | Description | 
|---|---|
| org.diirt.datasource.timecache | |
| org.diirt.datasource.timecache.impl | |
| org.diirt.datasource.timecache.source | |
| org.diirt.datasource.timecache.storage | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DataRequestListener.newData(DataChunk chunk,
       DataRequestThread thread)
Informs that a new chunk is available from the specified
  
DataRequestThread. | 
| Modifier and Type | Method and Description | 
|---|---|
DataChunk | 
SimpleMemoryStorage.getData(String channelName,
       Timestamp from)
Read samples from source ordered by  
Timestamp and starting with
 the specified one. | 
DataChunk | 
SimpleFileDataSource.getData(String channelName,
       Timestamp from)
Read samples from source ordered by  
Timestamp and starting with
 the specified one. | 
| Modifier and Type | Method and Description | 
|---|---|
SortedSet<Data> | 
SimpleMemoryStorage.storeData(DataChunk chunk)
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataChunk | 
DataSource.getData(String channelName,
       Timestamp from)
Read samples from source ordered by  
Timestamp and starting with
 the specified one. | 
| Modifier and Type | Method and Description | 
|---|---|
SortedSet<Data> | 
DataStorage.storeData(DataChunk chunk)
 | 
Copyright © 2015. All rights reserved.