Uses of Interface
net.esper.eql.join.JoinSetComposerFactory

Packages that use JoinSetComposerFactory
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.join Join process interfaces and glue code 
 

Uses of JoinSetComposerFactory in net.esper.core
 

Methods in net.esper.core that return JoinSetComposerFactory
 JoinSetComposerFactory StatementContext.getJoinSetComposerFactory()
          Returns the statement's factory for join set processors.
 

Constructors in net.esper.core with parameters of type JoinSetComposerFactory
StatementContext(String engineURI, String engineInstanceId, String statementId, String statementName, String expression, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, PatternObjectResolutionService patternResolutionService, ExtensionServicesContext extensionServicesContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, JoinSetComposerFactory joinSetComposerFactory, OutputConditionFactory outputConditionFactory)
          Constructor.
 

Uses of JoinSetComposerFactory in net.esper.eql.join
 

Classes in net.esper.eql.join that implement JoinSetComposerFactory
 class JoinSetComposerFactoryImpl
          Factory for building a JoinSetComposer from analyzing filter nodes, for fast join tuple result set composition.