Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IStreamSortRankRandomAccess |
ViewServicePreviousFactoryImpl.getOptPreviousExprSortedRankedAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
IStreamSortRankRandomAccess |
ViewServicePreviousFactory.getOptPreviousExprSortedRankedAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
Modifier and Type | Class and Description |
---|---|
class |
IStreamSortRankRandomAccessImpl
Provides random access into a rank-window's data.
|
Modifier and Type | Field and Description |
---|---|
protected IStreamSortRankRandomAccess |
TimeOrderView.optionalSortedRandomAccess |
Constructor and Description |
---|
RankWindowView(RankWindowViewFactory rankWindowViewFactory,
int sortWindowSize,
IStreamSortRankRandomAccess optionalRankedRandomAccess,
AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
SortWindowView(SortWindowViewFactory sortWindowViewFactory,
int sortWindowSize,
IStreamSortRankRandomAccess optionalSortedRandomAccess,
AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
TimeOrderView(AgentInstanceViewFactoryChainContext agentInstanceContext,
ViewFactory viewFactory,
ExprNode timestampExpr,
ExprEvaluator timestampEvaluator,
ExprTimePeriodEvalDeltaConst timeDeltaComputation,
IStreamSortRankRandomAccess optionalSortedRandomAccess) |