Class RetrievalResult
java.lang.Object
org.epics.archiverappliance.retrieval.RetrievalResult
Result of a retrieval.
This is mostly a EventStream, in addition it also has a reference to the original UnitOfRetrieval mostly for logging purposes.
- Author:
- mshankar
-
Constructor Summary
ConstructorsConstructorDescriptionRetrievalResult(List<Callable<EventStream>> strms, UnitOfRetrieval retrievalRequest) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
RetrievalResult
public RetrievalResult(List<Callable<EventStream>> strms, UnitOfRetrieval retrievalRequest) throws IOException - Throws:
IOException
-
-
Method Details
-
getResultStreams
-
getRetrievalRequest
-
hasNoData
public boolean hasNoData()
-