Interface Reader

All Known Subinterfaces:
StoragePlugin
All Known Implementing Classes:
BlackholeStoragePlugin, ChannelArchiverReadOnlyPlugin, MergeDedupStoragePlugin, PBOverHTTPStoragePlugin, PlainStoragePlugin

public interface Reader
The main data retrieval interface; this is used to get an EventStream for events for one PV between a start and an end time. If a sample does not exist between these intervals, we'll need to return the last known value The reader interface is almost always used as part of the storage plugin interfaces.
Author:
mshankar