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 |
---|---|
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 |
SimpleFileDataSource.getData(String channelName,
org.epics.util.time.Timestamp from)
Read samples from source ordered by
Timestamp and starting with
the specified one. |
DataChunk |
SimpleMemoryStorage.getData(String channelName,
org.epics.util.time.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,
org.epics.util.time.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 © 2010–2015. All rights reserved.