Class TimeSpanLimitEventStream

java.lang.Object
org.epics.archiverappliance.common.mergededup.TimeSpanLimitEventStream
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Event>, EventStream, RemotableOverRaw

public class TimeSpanLimitEventStream extends Object implements EventStream, RemotableOverRaw
An EventStream that wraps another event stream but limits the data to samples greater than or equal to a specified start time and less than or equal to a specified end time. Used for enforcing partition granularities.
Author:
mshankar