Modifier and Type | Method and Description |
---|---|
SortedSet<Data> |
DataChunk.getDatas() |
SortedSet<Data> |
PVCacheImpl.retrieveDataSync(org.epics.util.time.TimeInterval interval)
Synchronously requests
DataStorage for immediately available
samples. |
SortedSet<Data> |
PVCache.retrieveDataSync(org.epics.util.time.TimeInterval interval)
Synchronously requests
DataStorage for immediately available
samples. |
Modifier and Type | Method and Description |
---|---|
boolean |
DataChunk.add(Data data)
Add a data to the chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
PVCacheListener.newData(SortedSet<Data> datas)
Informs that a new set of
Data is available in storage. |
Modifier and Type | Method and Description |
---|---|
SortedSet<Data> |
SimpleMemoryStorage.getAvailableData(org.epics.util.time.TimeInterval interval)
Returns all available
Data within the requested
TimeInterval . |
SortedSet<Data> |
SimpleMemoryStorage.storeData(DataChunk chunk)
|
Modifier and Type | Method and Description |
---|---|
boolean |
QueryChunk.addData(Data data) |
Modifier and Type | Method and Description |
---|---|
void |
QueryImpl.newData(SortedSet<Data> datas)
Informs that a new set of
Data is available in storage. |
Modifier and Type | Class and Description |
---|---|
class |
SourceData
Data from DataSource . |
Modifier and Type | Method and Description |
---|---|
int |
SourceData.compareTo(Data d) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryStoredData
Data from DataStorage stored in memory. |
Modifier and Type | Method and Description |
---|---|
SortedSet<Data> |
DataStorage.getAvailableData(org.epics.util.time.TimeInterval interval)
Returns all available
Data within the requested
TimeInterval . |
SortedSet<Data> |
DataStorage.storeData(DataChunk chunk)
|
Modifier and Type | Method and Description |
---|---|
int |
MemoryStoredData.compareTo(Data sd) |
Copyright © 2010–2015. All rights reserved.