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
 

Fields in com.espertech.esper.epl.named with type parameters of type NamedWindowConsumerView
protected  java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> NamedWindowTailView.consumersNonContext
           
 

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> NamedWindowDispatchServiceImpl.getDeltaPerConsumer(java.lang.Object perStmtObj, EPStatementAgentInstanceHandle handle)
           
 java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> NamedWindowConsumerLatch.getDispatchTo()
           
 

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 NamedWindowDispatchServiceImpl.addDispatch(NamedWindowConsumerLatchFactory latchFactory, NamedWindowDeltaData delta, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> consumers)
           
 void NamedWindowDispatchService.addDispatch(NamedWindowConsumerLatchFactory latchFactory, 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.
 void NamedWindowTailView.addDispatches(NamedWindowConsumerLatchFactory latchFactory, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> consumersInContext, NamedWindowDeltaData delta, AgentInstanceContext agentInstanceContext)
           
 NamedWindowConsumerLatch NamedWindowConsumerLatchFactory.newLatch(NamedWindowDeltaData delta, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> consumers)
          Returns a new latch.
 

Constructor parameters in com.espertech.esper.epl.named with type arguments of type NamedWindowConsumerView
NamedWindowConsumerLatch(NamedWindowDeltaData deltaData, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> dispatchTo)
           
NamedWindowConsumerLatchNone(NamedWindowDeltaData deltaData, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> dispatchTo)
           
NamedWindowConsumerLatchSpin(NamedWindowDeltaData deltaData, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> dispatchTo, NamedWindowConsumerLatchFactory factory, NamedWindowConsumerLatchSpin earlier)
          Ctor.
NamedWindowConsumerLatchWait(NamedWindowDeltaData deltaData, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> dispatchTo, NamedWindowConsumerLatchFactory factory, NamedWindowConsumerLatchWait earlier)
          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-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com