Interface PlainStreams
- All Known Subinterfaces:
PlainFileHandler
- All Known Implementing Classes:
ParquetPlainFileHandler,PBPlainFileHandler
public interface PlainStreams
-
Method Summary
Modifier and TypeMethodDescriptiondataAtTime(List<Path> pathList, String pvName, Instant atTime, Instant startAtTime, BiDirectionalIterable.IterationDirection iterationDirection) getStream(String pvName, Path path, ArchDBRTypes dbrType) getTimeStream(String pvName, Path path, Instant start, Instant end, boolean skipSearch, FileInfo fileInfo) getTimeStream(String pvName, Path path, ArchDBRTypes dbrType, Instant start, Instant end, boolean skipSearch)
-
Method Details
-
getTimeStream
EventStream getTimeStream(String pvName, Path path, ArchDBRTypes dbrType, Instant start, Instant end, boolean skipSearch) throws IOException - Throws:
IOException
-
getTimeStream
EventStream getTimeStream(String pvName, Path path, Instant start, Instant end, boolean skipSearch, FileInfo fileInfo) throws IOException - Throws:
IOException
-
getStream
- Throws:
IOException
-
dataAtTime
Event dataAtTime(List<Path> pathList, String pvName, Instant atTime, Instant startAtTime, BiDirectionalIterable.IterationDirection iterationDirection) throws IOException - Throws:
IOException
-