Class UnionViewFactory
java.lang.Object
com.espertech.esper.common.internal.view.union.UnionViewFactory
- All Implemented Interfaces:
DataWindowViewFactory
,ViewFactory
Factory for union-views.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EPTypeClass
protected EventType
protected boolean
protected ViewFactory[]
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) boolean
makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) void
setEventType
(EventType eventType) void
setHasAsymetric
(boolean hasAsymetric) void
setUnioned
(ViewFactory[] unioned)
-
Field Details
-
EPTYPE
-
eventType
-
unioned
-
hasAsymetric
protected boolean hasAsymetric
-
-
Constructor Details
-
UnionViewFactory
public UnionViewFactory()
-
-
Method Details
-
setEventType
- Specified by:
setEventType
in interfaceViewFactory
-
init
- Specified by:
init
in interfaceViewFactory
-
makeView
- Specified by:
makeView
in interfaceViewFactory
-
getEventType
- Specified by:
getEventType
in interfaceViewFactory
-
getUnioned
-
setUnioned
-
isHasAsymetric
public boolean isHasAsymetric() -
setHasAsymetric
public void setHasAsymetric(boolean hasAsymetric) -
getViewName
- Specified by:
getViewName
in interfaceViewFactory
-