Uses of Class
net.esper.eql.named.NamedWindowConsumerView

Packages that use NamedWindowConsumerView
net.esper.eql.named Named window classes are in this package 
 

Uses of NamedWindowConsumerView in net.esper.eql.named
 

Methods in net.esper.eql.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 net.esper.eql.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 net.esper.eql.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 net.esper.eql.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 net.esper.eql.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