Class LengthBatchViewFactory
java.lang.Object
com.espertech.esper.common.internal.view.lengthbatch.LengthBatchViewFactory
- All Implemented Interfaces:
DataWindowViewFactory
,DataWindowViewWithPrevious
,ViewFactory
public class LengthBatchViewFactory
extends Object
implements DataWindowViewFactory, DataWindowViewWithPrevious
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EPTypeClass
protected EventType
protected ExprEvaluator
The length window size.Fields inherited from interface com.espertech.esper.common.internal.view.core.ViewFactory
EMPTY_ARRAY, EPTYPEARRAY, EPTYPEARRAYARRAY, SINGLE_ELEMENT_ARRAY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(ViewFactoryContext viewFactoryContext, EPStatementInitServices services) makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) void
setEventType
(EventType eventType) void
setSize
(ExprEvaluator size)
-
Field Details
-
EPTYPE
-
size
The length window size. -
eventType
-
-
Constructor Details
-
LengthBatchViewFactory
public LengthBatchViewFactory()
-
-
Method Details
-
setEventType
- Specified by:
setEventType
in interfaceViewFactory
-
init
- Specified by:
init
in interfaceViewFactory
-
makePreviousGetter
- Specified by:
makePreviousGetter
in interfaceDataWindowViewWithPrevious
-
makeView
- Specified by:
makeView
in interfaceViewFactory
-
getEventType
- Specified by:
getEventType
in interfaceViewFactory
-
setSize
-
getViewName
- Specified by:
getViewName
in interfaceViewFactory
-