com.espertech.esper.core.service.multimatch
Class MultiMatchHandlerFactoryImpl

java.lang.Object
  extended by com.espertech.esper.core.service.multimatch.MultiMatchHandlerFactoryImpl
All Implemented Interfaces:
MultiMatchHandlerFactory

public class MultiMatchHandlerFactoryImpl
extends java.lang.Object
implements MultiMatchHandlerFactory


Constructor Summary
MultiMatchHandlerFactoryImpl()
           
 
Method Summary
 MultiMatchHandler getDefaultHandler()
           
 MultiMatchHandler makeDedupNoSubq()
           
 MultiMatchHandler makeDedupSubq(boolean isSubselectPreeval)
           
 MultiMatchHandler makeNoDedupNoSubq()
           
 MultiMatchHandler makeNoDedupSubselectPosteval()
           
 MultiMatchHandler makeNoDedupSubselectPreval()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiMatchHandlerFactoryImpl

public MultiMatchHandlerFactoryImpl()
Method Detail

getDefaultHandler

public MultiMatchHandler getDefaultHandler()
Specified by:
getDefaultHandler in interface MultiMatchHandlerFactory

makeNoDedupNoSubq

public MultiMatchHandler makeNoDedupNoSubq()
Specified by:
makeNoDedupNoSubq in interface MultiMatchHandlerFactory

makeNoDedupSubselectPreval

public MultiMatchHandler makeNoDedupSubselectPreval()
Specified by:
makeNoDedupSubselectPreval in interface MultiMatchHandlerFactory

makeNoDedupSubselectPosteval

public MultiMatchHandler makeNoDedupSubselectPosteval()
Specified by:
makeNoDedupSubselectPosteval in interface MultiMatchHandlerFactory

makeDedupNoSubq

public MultiMatchHandler makeDedupNoSubq()
Specified by:
makeDedupNoSubq in interface MultiMatchHandlerFactory

makeDedupSubq

public MultiMatchHandler makeDedupSubq(boolean isSubselectPreeval)
Specified by:
makeDedupSubq in interface MultiMatchHandlerFactory

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