Package com.espertech.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 View that provides access to prior events posted by the parent view for use by 'prior' expression nodes.
PriorEventViewFactory Factory for making PriorEventView instances.
PriorEventViewFactory.RelativeAccessImpl Adapter to provide access given an index.
 

Package com.espertech.esper.view.internal Description

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


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com