Class ViewServicePreviousFactoryImpl
java.lang.Object
com.espertech.esper.common.internal.view.previous.ViewServicePreviousFactoryImpl
- All Implemented Interfaces:
ViewServicePreviousFactory
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOptPreviousExprRandomAccess
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) getOptPreviousExprRelativeAccess
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) getOptPreviousExprSortedRankedAccess
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
-
Field Details
-
INSTANCE
-
-
Method Details
-
getOptPreviousExprRandomAccess
public ViewUpdatedCollection getOptPreviousExprRandomAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) - Specified by:
getOptPreviousExprRandomAccess
in interfaceViewServicePreviousFactory
-
getOptPreviousExprRelativeAccess
public ViewUpdatedCollection getOptPreviousExprRelativeAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) - Specified by:
getOptPreviousExprRelativeAccess
in interfaceViewServicePreviousFactory
-
getOptPreviousExprSortedRankedAccess
public IStreamSortRankRandomAccess getOptPreviousExprSortedRankedAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) - Specified by:
getOptPreviousExprSortedRankedAccess
in interfaceViewServicePreviousFactory
-