Package net.esper.view.window

Window views are in this package

See:
          Description

Interface Summary
DataWindowView Tag interface for data window views.
RandomAccessByIndex Random access interface to insert stream and remove stream data based on an index.
RelativeAccessByEventNIndex Provides access to prior events given
 

Class Summary
ExternallyTimedWindowView View for a moving window extending the specified amount of time into the past, driven entirely by external timing supplied within long-type timestamp values in a field of the event beans that the view receives.
ExternallyTimedWindowViewFactory  
IStreamRandomAccess For use with length and time window views that must provide random access into data window contents provided for the "previous" expression if used.
IStreamRelativeAccess  
LengthWindowView This view is a moving window extending the specified number of elements into the past.
LengthWindowViewFactory  
TimeBatchView A data view that aggregates events in a stream and releases them in one batch at every specified time interval.
TimeBatchViewFactory  
TimeWindowView This view is a moving timeWindow extending the specified amount of milliseconds into the past.
TimeWindowViewFactory  
 

Package net.esper.view.window Description

Window views are in this package