Package net.esper.view.internal

Internal management views for buffering view results and providing these to joins.

See:
          Description

Interface Summary
BufferObserver Observer interface to a stream publishing new and old events.
 

Class Summary
BufferView A view that acts as an adapter between views and update listeners.
PriorEventBufferMulti Buffers view-posted insert stream (new data) and remove stream (old data) events for use with determining prior results in these streams, for multiple different prior events.
PriorEventBufferSingle Buffers view-posted insert stream (new data) and remove stream (old data) events for use with serving prior results in these streams, for a single prior event.
PriorEventBufferUnbound Buffer class for insert stream events only for use with unbound streams that inserts data only, to serve up one or more prior events in the insert stream based on an index.
PriorEventView  
PriorEventViewFactory  
PriorEventViewFactory.RelativeAccessImpl  
 

Package net.esper.view.internal Description

Internal management views for buffering view results and providing these to joins.