Package | Description |
---|---|
org.epics.pvmanager.timecache.query |
Modifier and Type | Class and Description |
---|---|
class |
QueryDataBlank
Represents a completed chunk with no data available.
|
class |
QueryDataComplete
Represents a completed chunk with all data available.
|
class |
QueryDataNR
Represents a incomplete chunk with not all data yet available.
|
Modifier and Type | Method and Description |
---|---|
QueryData |
QueryChunk.toQueryData()
Transform the chunk to the corresponding
QueryData
implementation. |
Modifier and Type | Method and Description |
---|---|
List<QueryData> |
QueryResult.getData() |
List<QueryData> |
QueryResultImpl.getData() |
Modifier and Type | Method and Description |
---|---|
void |
QueryResultImpl.addData(QueryData data) |
Copyright © 2010–2015. All rights reserved.