| Package | Description |
|---|---|
| org.diirt.datasource.timecache | |
| org.diirt.datasource.timecache.impl | |
| org.diirt.datasource.timecache.storage |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataRequestThread.getSource() |
DataSource |
DataRequestStatistics.getSource() |
| Modifier and Type | Method and Description |
|---|---|
List<DataSource> |
CacheConfig.getSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheConfig.addSource(DataSource ds) |
void |
PVCacheStatistics.intervalRequested(int requestID,
DataSource source) |
| Constructor and Description |
|---|
DataRequestStatistics(DataSource source) |
DataRequestThread(String channelName,
DataSource source,
TimeInterval interval) |
| Constructor and Description |
|---|
PVCacheImpl(String channelName,
Collection<DataSource> dataSources,
DataStorage storage) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFileDataSource
DataSource implementation which read samples from a file dump of
'sample_view' from Archive RDB. |
class |
SimpleMemoryStorage
DataStorage first implementation which handles only memory. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataStorage
Retrieves and stores samples from/to a storage.
|
Copyright © 2015. All rights reserved.