Package | Description |
---|---|
org.epics.pvmanager.timecache | |
org.epics.pvmanager.timecache.impl | |
org.epics.pvmanager.timecache.source | |
org.epics.pvmanager.timecache.storage |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataRequestThread.getSource() |
Constructor and Description |
---|
DataRequestThread(String channelName,
DataSource source,
org.epics.util.time.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 | Method and Description |
---|---|
static <V extends VType> |
DataSourceFactory.createSources(Class<V> type)
Build the list of
DataSource corresponding to the specified type. |
Modifier and Type | Interface and Description |
---|---|
interface |
DataStorage
Retrieves and stores samples from/to a storage.
|
Copyright © 2010–2015. All rights reserved.