com.espertech.esper.epl.join.base
Class JoinSetComposerPrototypeHistorical2StreamImpl
java.lang.Object
com.espertech.esper.epl.join.base.JoinSetComposerPrototypeHistorical2StreamImpl
- All Implemented Interfaces:
- JoinSetComposerPrototype
public class JoinSetComposerPrototypeHistorical2StreamImpl
- extends java.lang.Object
- implements JoinSetComposerPrototype
Constructor Summary |
JoinSetComposerPrototypeHistorical2StreamImpl(ExprNode optionalFilterNode,
EventType[] streamTypes,
ExprEvaluatorContext exprEvaluatorContext,
int polledViewNum,
int streamViewNum,
boolean outerJoin,
ExprNode outerJoinEqualsNode,
Pair<HistoricalIndexLookupStrategy,PollResultIndexingStrategy> indexStrategies,
boolean allHistoricalNoSubordinate,
OuterJoinDesc[] outerJoinDescList)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoinSetComposerPrototypeHistorical2StreamImpl
public JoinSetComposerPrototypeHistorical2StreamImpl(ExprNode optionalFilterNode,
EventType[] streamTypes,
ExprEvaluatorContext exprEvaluatorContext,
int polledViewNum,
int streamViewNum,
boolean outerJoin,
ExprNode outerJoinEqualsNode,
Pair<HistoricalIndexLookupStrategy,PollResultIndexingStrategy> indexStrategies,
boolean allHistoricalNoSubordinate,
OuterJoinDesc[] outerJoinDescList)
create
public JoinSetComposerDesc create(Viewable[] streamViews,
boolean isFireAndForget)
- Specified by:
create
in interface JoinSetComposerPrototype