Class IntersectViewFactoryForge
java.lang.Object
com.espertech.esper.common.internal.view.core.ViewFactoryForgeBase
com.espertech.esper.common.internal.view.intersect.IntersectViewFactoryForge
- All Implemented Interfaces:
CodegenMakeable<SAIFFInitializeSymbol>
,DataWindowViewForge
,DataWindowViewForgeUniqueCandidate
,ViewFactoryForge
public class IntersectViewFactoryForge
extends ViewFactoryForgeBase
implements DataWindowViewForge, DataWindowViewForgeUniqueCandidate
Factory for union-views.
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected boolean
protected final List<ViewFactoryForge>
Fields inherited from class com.espertech.esper.common.internal.view.core.ViewFactoryForgeBase
eventType, stateMgmtSettings
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(ViewFactoryForgeVisitor<T> visitor) void
accept
(ViewForgeVisitor visitor) protected void
assign
(CodegenMethod method, CodegenExpressionRef factory, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) void
attachValidate
(EventType parentEventType, ViewForgeEnv viewForgeEnv) protected String
static String
getViewNameUnionIntersect
(boolean intersect, Collection<ViewFactoryForge> forges) void
setViewParameters
(List<ExprNode> parameters, ViewForgeEnv viewForgeEnv, int streamNumber) protected EPTypeClass
Methods inherited from class com.espertech.esper.common.internal.view.core.ViewFactoryForgeBase
assignStateMgmtSettings, attach, getEventType, make
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.espertech.esper.common.internal.view.core.ViewFactoryForge
initAdditionalForgeables
-
Field Details
-
intersected
-
batchViewIndex
protected int batchViewIndex -
hasAsymetric
protected boolean hasAsymetric
-
-
Constructor Details
-
IntersectViewFactoryForge
-
-
Method Details
-
setViewParameters
public void setViewParameters(List<ExprNode> parameters, ViewForgeEnv viewForgeEnv, int streamNumber) throws ViewParameterException - Specified by:
setViewParameters
in interfaceViewFactoryForge
- Throws:
ViewParameterException
-
attachValidate
public void attachValidate(EventType parentEventType, ViewForgeEnv viewForgeEnv) throws ViewParameterException - Specified by:
attachValidate
in classViewFactoryForgeBase
- Throws:
ViewParameterException
-
typeOfFactory
- Specified by:
typeOfFactory
in classViewFactoryForgeBase
-
factoryMethod
- Specified by:
factoryMethod
in classViewFactoryForgeBase
-
assign
protected void assign(CodegenMethod method, CodegenExpressionRef factory, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
assign
in classViewFactoryForgeBase
-
getViewName
- Specified by:
getViewName
in interfaceViewFactoryForge
-
accept
- Specified by:
accept
in interfaceViewFactoryForge
-
getViewNameUnionIntersect
public static String getViewNameUnionIntersect(boolean intersect, Collection<ViewFactoryForge> forges) -
getUniquenessCandidatePropertyNames
- Specified by:
getUniquenessCandidatePropertyNames
in interfaceDataWindowViewForgeUniqueCandidate
-
getInnerForges
- Specified by:
getInnerForges
in interfaceViewFactoryForge
-
appliesTo
- Specified by:
appliesTo
in classViewFactoryForgeBase
-
accept
- Specified by:
accept
in interfaceViewFactoryForge
-