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 
com.espertech.esper.metrics.instrumentation EPL instrumentation helpers. 
 

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

Methods in com.espertech.esper.epl.named that return NamedWindowConsumerView
 NamedWindowConsumerView NamedWindowTailView.addConsumer(NamedWindowConsumerDesc consumerDesc)
           
 NamedWindowConsumerView NamedWindowTailViewInstance.addConsumer(NamedWindowConsumerDesc consumerDesc, boolean isSubselect)
          Adds a consuming (selecting) statement to the named window.
 NamedWindowConsumerView NamedWindowProcessor.addConsumer(NamedWindowConsumerDesc consumerDesc, boolean isSubselect)
           
 

Methods in com.espertech.esper.epl.named that return types with arguments of type NamedWindowConsumerView
protected static java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> NamedWindowUtil.createConsumerMap(boolean isPrioritized)
           
 java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> NamedWindowTailView.getConsumersNonContext()
           
 java.util.LinkedHashMap<NamedWindowConsumerView,NamedWindowDeltaData> NamedWindowServiceImpl.getDeltaPerConsumer(java.lang.Object perStmtObj, EPStatementAgentInstanceHandle handle)
           
 java.util.Map<EPStatementAgentInstanceHandle,java.util.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 NamedWindowTailViewInstance.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.
 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.
 void NamedWindowConsumerCallback.stopped(NamedWindowConsumerView namedWindowConsumerView)
           
 

Method parameters in com.espertech.esper.epl.named with type arguments of type NamedWindowConsumerView
 void NamedWindowServiceImpl.addDispatch(NamedWindowDeltaData delta, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> consumers)
           
 void NamedWindowService.addDispatch(NamedWindowDeltaData delta, java.util.Map<EPStatementAgentInstanceHandle,java.util.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, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> dispatchTo)
          Ctor.
 

Uses of NamedWindowConsumerView in com.espertech.esper.metrics.instrumentation
 

Method parameters in com.espertech.esper.metrics.instrumentation with type arguments of type NamedWindowConsumerView
 void InstrumentationDefault.qNamedWindowCPMulti(java.lang.String engineURI, java.util.Map<NamedWindowConsumerView,NamedWindowDeltaData> deltaPerConsumer, EPStatementAgentInstanceHandle handle, long time)
           
 void Instrumentation.qNamedWindowCPMulti(java.lang.String engineURI, java.util.Map<NamedWindowConsumerView,NamedWindowDeltaData> deltaPerConsumer, EPStatementAgentInstanceHandle handle, long time)
           
 void InstrumentationDefault.qNamedWindowCPSingle(java.lang.String engineURI, java.util.List<NamedWindowConsumerView> value, EventBean[] newData, EventBean[] oldData, EPStatementAgentInstanceHandle handle, long time)
           
 void Instrumentation.qNamedWindowCPSingle(java.lang.String engineURI, java.util.List<NamedWindowConsumerView> value, EventBean[] newData, EventBean[] oldData, EPStatementAgentInstanceHandle handle, long time)
           
 


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