Uses of Class
com.espertech.esper.epl.named.NamedWindowConsumerView

Packages that use NamedWindowConsumerView
com.espertech.esper.epl.named Named window classes are in this package 
 

Uses of NamedWindowConsumerView in com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.named that return NamedWindowConsumerView
 NamedWindowConsumerView NamedWindowTailView.addConsumer(List<ExprNode> filterList, EPStatementHandle statementHandle, StatementStopService statementStopService)
          Adds a consumer view keeping the consuming statement's handle and lock to coordinate dispatches.
 NamedWindowConsumerView NamedWindowProcessor.addConsumer(List<ExprNode> filterList, EPStatementHandle statementHandle, StatementStopService statementStopService)
          Adds a consuming (selecting) statement to the named window.
 

Methods in com.espertech.esper.epl.named that return types with arguments of type NamedWindowConsumerView
 Map<EPStatementHandle,List<NamedWindowConsumerView>> NamedWindowConsumerDispatchUnit.getDispatchTo()
          Returns the destination of the dispatch: a map of statements and their consuming views (one or multiple)
 

Methods in com.espertech.esper.epl.named with parameters of type NamedWindowConsumerView
 void NamedWindowTailView.removeConsumer(NamedWindowConsumerView namedWindowConsumerView)
          Called by the consumer view to indicate it was stopped or destroyed, such that the consumer can be deregistered and further dispatches disregard this consumer.
 

Method parameters in com.espertech.esper.epl.named with type arguments of type NamedWindowConsumerView
 void NamedWindowServiceImpl.addDispatch(NamedWindowDeltaData delta, Map<EPStatementHandle,List<NamedWindowConsumerView>> consumers)
           
 void NamedWindowService.addDispatch(NamedWindowDeltaData delta, Map<EPStatementHandle,List<NamedWindowConsumerView>> consumers)
          For use to add a result of a named window that must be dispatched to consuming views.
 

Constructor parameters in com.espertech.esper.epl.named with type arguments of type NamedWindowConsumerView
NamedWindowConsumerDispatchUnit(NamedWindowDeltaData deltaData, Map<EPStatementHandle,List<NamedWindowConsumerView>> dispatchTo)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com