Uses of Class
com.espertech.esper.core.service.StreamJoinAnalysisResult

Packages that use StreamJoinAnalysisResult
com.espertech.esper.core.context.factory Statement agent instance factories. 
com.espertech.esper.epl.join.base Join process interfaces and glue code 
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
 

Uses of StreamJoinAnalysisResult in com.espertech.esper.core.context.factory
 

Fields in com.espertech.esper.core.context.factory declared as StreamJoinAnalysisResult
protected  StreamJoinAnalysisResult StatementAgentInstanceFactorySelect.joinAnalysisResult
           
 

Methods in com.espertech.esper.core.context.factory that return StreamJoinAnalysisResult
 StreamJoinAnalysisResult StatementAgentInstanceFactorySelect.getJoinAnalysisResult()
           
 

Constructors in com.espertech.esper.core.context.factory with parameters of type StreamJoinAnalysisResult
StatementAgentInstanceFactorySelect(int numStreams, ViewableActivator[] eventStreamParentViewableActivators, StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, StreamTypeService typeService, ViewFactoryChain[] unmaterializedViewChain, ResultSetProcessorFactoryDesc resultSetProcessorFactoryDesc, StreamJoinAnalysisResult joinAnalysisResult, boolean recoveringResilient, JoinSetComposerPrototype joinSetComposerPrototype, SubSelectStrategyCollection subSelectStrategyCollection, ViewResourceDelegateVerified viewResourceDelegate, OutputProcessViewFactory outputProcessViewFactory)
           
 

Uses of StreamJoinAnalysisResult in com.espertech.esper.epl.join.base
 

Methods in com.espertech.esper.epl.join.base with parameters of type StreamJoinAnalysisResult
static JoinSetComposerPrototype JoinSetComposerPrototypeFactory.makeComposerPrototype(java.lang.String statementName, int statementId, OuterJoinDesc[] outerJoinDescList, ExprNode optionalFilterNode, EventType[] streamTypes, java.lang.String[] streamNames, StreamJoinAnalysisResult streamJoinAnalysisResult, boolean queryPlanLogging, StatementContext statementContext, HistoricalViewableDesc historicalViewableDesc, ExprEvaluatorContext exprEvaluatorContext, boolean selectsRemoveStream, boolean hasAggregations, TableService tableService, boolean isOnDemandQuery, boolean allowIndexInit)
          Builds join tuple composer.
 

Constructors in com.espertech.esper.epl.join.base with parameters of type StreamJoinAnalysisResult
JoinSetComposerPrototypeImpl(java.lang.String statementName, int statementId, OuterJoinDesc[] outerJoinDescList, ExprNode optionalFilterNode, EventType[] streamTypes, java.lang.String[] streamNames, StreamJoinAnalysisResult streamJoinAnalysisResult, java.lang.annotation.Annotation[] annotations, HistoricalViewableDesc historicalViewableDesc, ExprEvaluatorContext exprEvaluatorContext, QueryPlanIndex[] indexSpecs, QueryPlan queryPlan, HistoricalStreamIndexList[] historicalStreamIndexLists, boolean joinRemoveStream, boolean isOuterJoins, TableService tableService, EventTableIndexService eventTableIndexService)
           
 

Uses of StreamJoinAnalysisResult in com.espertech.esper.epl.join.plan
 

Methods in com.espertech.esper.epl.join.plan with parameters of type StreamJoinAnalysisResult
static QueryPlan QueryPlanBuilder.getPlan(EventType[] typesPerStream, OuterJoinDesc[] outerJoinDescList, QueryGraph queryGraph, java.lang.String[] streamNames, HistoricalViewableDesc historicalViewableDesc, DependencyGraph dependencyGraph, HistoricalStreamIndexList[] historicalStreamIndexLists, StreamJoinAnalysisResult streamJoinAnalysisResult, boolean isQueryPlanLogging, java.lang.annotation.Annotation[] annotations, ExprEvaluatorContext exprEvaluatorContext)
          Build query plan using the filter.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com