Uses of Class
com.espertech.esper.common.internal.view.length.LengthWindowViewFactory
Package
Description
-
Uses of LengthWindowViewFactory in com.espertech.esper.common.internal.view.core
Modifier and TypeMethodDescriptionViewFactoryService.length
(StateMgmtSetting stateMgmtSettings) ViewFactoryServiceImpl.length
(StateMgmtSetting stateMgmtSettings) -
Uses of LengthWindowViewFactory in com.espertech.esper.common.internal.view.length
ModifierConstructorDescriptionLengthWindowView
(AgentInstanceViewFactoryChainContext agentInstanceContext, LengthWindowViewFactory viewFactory, int size, ViewUpdatedCollection viewUpdatedCollection) Constructor creates a moving window extending the specified number of elements into the past.LengthWindowViewRStream
(AgentInstanceViewFactoryChainContext agentInstanceContext, LengthWindowViewFactory lengthWindowViewFactory, int size) Constructor creates a moving window extending the specified number of elements into the past.