Uses of Interface
com.espertech.esper.view.ext.IStreamSortRankRandomAccess

Packages that use IStreamSortRankRandomAccess
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
com.espertech.esper.view.ext Extension views that providing services such as sorting, which don't fit much into other categories. 
 

Uses of IStreamSortRankRandomAccess in com.espertech.esper.view
 

Methods in com.espertech.esper.view that return IStreamSortRankRandomAccess
 IStreamSortRankRandomAccess ViewServicePreviousFactoryImpl.getOptPreviousExprSortedRankedAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
           
 IStreamSortRankRandomAccess ViewServicePreviousFactory.getOptPreviousExprSortedRankedAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
           
 

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

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

Fields in com.espertech.esper.view.ext declared as IStreamSortRankRandomAccess
protected  IStreamSortRankRandomAccess TimeOrderView.optionalSortedRandomAccess
           
 

Constructors in com.espertech.esper.view.ext with parameters of type IStreamSortRankRandomAccess
RankWindowView(RankWindowViewFactory rankWindowViewFactory, ExprNode[] uniqueCriteriaExpressions, ExprEvaluator[] uniqueCriteriaEvaluators, ExprNode[] sortCriteriaExpressions, ExprEvaluator[] sortCriteriaEvaluators, boolean[] descendingValues, int sortWindowSize, IStreamSortRankRandomAccess optionalRankedRandomAccess, boolean isSortUsingCollator, AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
          Ctor.
SortWindowView(SortWindowViewFactory sortWindowViewFactory, ExprNode[] sortCriteriaExpressions, ExprEvaluator[] sortCriteriaEvaluators, boolean[] descendingValues, int sortWindowSize, IStreamSortRankRandomAccess optionalSortedRandomAccess, boolean isSortUsingCollator, AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
          Ctor.
TimeOrderView(AgentInstanceViewFactoryChainContext agentInstanceContext, TimeOrderViewFactory timeOrderViewFactory, ExprNode timestampExpr, ExprEvaluator timestampEvaluator, ExprTimePeriodEvalDeltaConst timeDeltaComputation, IStreamSortRankRandomAccess optionalSortedRandomAccess)
          Ctor.
 


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