Class KeepAllViewFactory
java.lang.Object
com.espertech.esper.common.internal.view.keepall.KeepAllViewFactory
- All Implemented Interfaces:
DataWindowViewFactory
,DataWindowViewWithPrevious
,ViewFactory
public class KeepAllViewFactory
extends Object
implements DataWindowViewFactory, DataWindowViewWithPrevious
Factory for keep-all-views.
-
Field Summary
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)
-
Field Details
-
EPTYPE
-
eventType
-
-
Constructor Details
-
KeepAllViewFactory
public KeepAllViewFactory()
-
-
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
-
getViewName
- Specified by:
getViewName
in interfaceViewFactory
-