Uses of Interface
net.esper.view.window.RelativeAccessByEventNIndex

Packages that use RelativeAccessByEventNIndex
net.esper.view.internal Internal management views for buffering view results and providing these to joins. 
net.esper.view.window Window views are in this package 
 

Uses of RelativeAccessByEventNIndex in net.esper.view.internal
 

Classes in net.esper.view.internal that implement RelativeAccessByEventNIndex
 class 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.
 class 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.
static class PriorEventViewFactory.RelativeAccessImpl
           
 

Constructors in net.esper.view.internal with parameters of type RelativeAccessByEventNIndex
PriorEventViewFactory.RelativeAccessImpl(RelativeAccessByEventNIndex buffer, int relativeIndex)
           
 

Uses of RelativeAccessByEventNIndex in net.esper.view.window
 

Classes in net.esper.view.window that implement RelativeAccessByEventNIndex
 class IStreamRelativeAccess