Uses of Interface
com.espertech.esper.view.window.RelativeAccessByEventNIndex

Packages that use RelativeAccessByEventNIndex
com.espertech.esper.epl.expression.prior 'Prior'-group expressions. 
com.espertech.esper.view.internal Internal management views for buffering view results and providing these to joins. 
com.espertech.esper.view.window Window views are in this package 
 

Uses of RelativeAccessByEventNIndex in com.espertech.esper.epl.expression.prior
 

Constructors in com.espertech.esper.epl.expression.prior with parameters of type RelativeAccessByEventNIndex
ExprPriorEvalStrategyRelativeAccess(RelativeAccessByEventNIndex relativeAccess)
           
 

Uses of RelativeAccessByEventNIndex in com.espertech.esper.view.internal
 

Classes in com.espertech.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.
 class PriorEventViewRelAccess
           
 

Constructors in com.espertech.esper.view.internal with parameters of type RelativeAccessByEventNIndex
PriorEventViewRelAccess(RelativeAccessByEventNIndex buffer, int relativeIndex)
          Ctor.
 

Uses of RelativeAccessByEventNIndex in com.espertech.esper.view.window
 

Classes in com.espertech.esper.view.window that implement RelativeAccessByEventNIndex
 class IStreamRelativeAccess
          Provides relative access to insert stream events for certain window.
 

Methods in com.espertech.esper.view.window that return RelativeAccessByEventNIndex
 RelativeAccessByEventNIndex RelativeAccessByEventNIndexGetterImpl.getAccessor(EventBean theEvent)
          Returns the access into window contents given an event.
 RelativeAccessByEventNIndex RelativeAccessByEventNIndexGetter.getAccessor(EventBean theEvent)
          Returns the access into window contents given an event.
 

Methods in com.espertech.esper.view.window with parameters of type RelativeAccessByEventNIndex
 void RelativeAccessByEventNIndexGetterImpl.updated(RelativeAccessByEventNIndex iStreamRelativeAccess, EventBean[] newData)
           
 void IStreamRelativeAccess.IStreamRelativeAccessUpdateObserver.updated(RelativeAccessByEventNIndex iStreamRelativeAccess, EventBean[] newData)
          Callback to indicate an update.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com