Uses of Interface
com.espertech.esper.core.service.EPStatementDispatch

Packages that use EPStatementDispatch
com.espertech.esper.core.context.util Context partition utility or reference classes. 
com.espertech.esper.epl.join.base Join process interfaces and glue code 
com.espertech.esper.view.internal Internal management views for buffering view results and providing these to joins. 
 

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

Methods in com.espertech.esper.core.context.util that return EPStatementDispatch
 EPStatementDispatch EPStatementAgentInstanceHandle.getOptionalDispatchable()
           
 

Methods in com.espertech.esper.core.context.util with parameters of type EPStatementDispatch
 void EPStatementAgentInstanceHandle.setOptionalDispatchable(EPStatementDispatch optionalDispatchable)
          Provides a callback for use when statement processing for filters and schedules is done, for use by join statements that require an explicit indicator that all joined streams results have been processed.
 

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

Classes in com.espertech.esper.epl.join.base that implement EPStatementDispatch
 class JoinExecStrategyDispatchable
          This class reacts to any new data buffered by registring with the dispatch service.
 

Uses of EPStatementDispatch in com.espertech.esper.view.internal
 

Classes in com.espertech.esper.view.internal that implement EPStatementDispatch
 class PatternRemoveDispatchView
          View to handle pattern discarding for a single stream (no join).
 class SingleStreamDispatchView
          View to dispatch for a single stream (no join).
 


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