Class SampleRetrievalState
java.lang.Object
org.epics.archiverappliance.retrieval.RetrievalState
org.epics.archiverappliance.config.SampleRetrievalState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDataSources(BasicContext context, String pvName, PVTypeInfo typeInfo, Instant start, Instant end, javax.servlet.http.HttpServletRequest req) Get the data sources for a PV in the order of their lifetime id...Methods inherited from class org.epics.archiverappliance.retrieval.RetrievalState
getPVRetrievalMetrics, getRetrievalMetrics, includeExternalServers, updateRetrievalMetrics
-
Constructor Details
-
SampleRetrievalState
-
-
Method Details
-
getDataSources
public List<DataSourceforPV> getDataSources(BasicContext context, String pvName, PVTypeInfo typeInfo, Instant start, Instant end, javax.servlet.http.HttpServletRequest req) throws IOException Description copied from class:RetrievalStateGet the data sources for a PV in the order of their lifetime id...- Overrides:
getDataSourcesin classRetrievalState- Parameters:
context- BasicContextpvName- The name of PV.typeInfo- PVTypeInfostart- Instantend- Instantreq- HttpServletRequest- Returns:
- the data source for a PV
- Throws:
IOException-
-