Uses of Interface
com.espertech.esper.core.service.multimatch.MultiMatchHandler

Packages that use MultiMatchHandler
com.espertech.esper.core.context.util Context partition utility or reference classes. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.core.service.multimatch Core service multi-match handlers. 
 

Uses of MultiMatchHandler in com.espertech.esper.core.context.util
 

Methods in com.espertech.esper.core.context.util that return MultiMatchHandler
 MultiMatchHandler EPStatementAgentInstanceHandle.getMultiMatchHandler()
           
 

Uses of MultiMatchHandler in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return MultiMatchHandler
 MultiMatchHandler EPStatementHandle.getMultiMatchHandler()
           
 

Methods in com.espertech.esper.core.service with parameters of type MultiMatchHandler
 void EPStatementHandle.setMultiMatchHandler(MultiMatchHandler multiMatchHandler)
           
 

Constructors in com.espertech.esper.core.service with parameters of type MultiMatchHandler
EPStatementHandle(java.lang.String statementId, java.lang.String statementName, java.lang.String statementText, StatementType statementType, java.lang.String expressionText, boolean hasVariables, StatementMetricHandle metricsHandle, int priority, boolean preemptive, boolean hasTableAccess, MultiMatchHandler multiMatchHandler)
          Ctor.
 

Uses of MultiMatchHandler in com.espertech.esper.core.service.multimatch
 

Classes in com.espertech.esper.core.service.multimatch that implement MultiMatchHandler
 class MultiMatchHandlerNoSubqueryNoDedup
           
 class MultiMatchHandlerNoSubqueryWDedup
           
 class MultiMatchHandlerSubqueryPostevalNoDedup
           
 class MultiMatchHandlerSubqueryPreevalNoDedup
           
 class MultiMatchHandlerSubqueryWDedup
           
 

Methods in com.espertech.esper.core.service.multimatch that return MultiMatchHandler
static MultiMatchHandler MultiMatchHandlerFactory.getDefaultHandler()
           
 


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