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

Packages that use RandomAccessByIndex
com.espertech.esper.epl.expression.prior 'Prior'-group expressions. 
com.espertech.esper.view.ext Extension views that providing services such as sorting, which don't fit much into other categories. 
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 RandomAccessByIndex in com.espertech.esper.epl.expression.prior
 

Constructors in com.espertech.esper.epl.expression.prior with parameters of type RandomAccessByIndex
ExprPriorEvalStrategyRandomAccess(RandomAccessByIndex randomAccess)
           
 

Uses of RandomAccessByIndex in com.espertech.esper.view.ext
 

Classes in com.espertech.esper.view.ext that implement RandomAccessByIndex
 class IStreamSortRankRandomAccess
          Provides random access into a rank-window's data.
 

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

Classes in com.espertech.esper.view.internal that implement RandomAccessByIndex
 class 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.
 

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

Classes in com.espertech.esper.view.window that implement RandomAccessByIndex
 class 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.
 

Methods in com.espertech.esper.view.window that return RandomAccessByIndex
 RandomAccessByIndex RandomAccessByIndexGetter.getAccessor()
          Returns the index for access.
 

Methods in com.espertech.esper.view.window with parameters of type RandomAccessByIndex
 void RandomAccessByIndexObserver.updated(RandomAccessByIndex randomAccessByIndex)
          Callback to indicate an update
 void RandomAccessByIndexGetter.updated(RandomAccessByIndex randomAccessByIndex)
           
 


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