Package org.epics.archiverappliance.etl
Interface ETLStreamCreator
- All Known Implementing Classes:
PlainETLStreamCreator
public interface ETLStreamCreator
We can potentially get a large number of ETLInfo objects when performing ETL for the first time.
If we had an EventStream in each of there, we could potentially run into issues with "too many open files"
So, each ETLInfo instead has something that can generate the stream when needed.
- Author:
- mshankar
-
Method Summary
-
Method Details
-
getStream
- Throws:
IOException
-