Uses of Class
com.espertech.esper.common.internal.epl.namedwindow.consume.NamedWindowConsumerView
Packages that use NamedWindowConsumerView
Package
Description
-
Uses of NamedWindowConsumerView in com.espertech.esper.common.internal.epl.namedwindow.consume
Methods in com.espertech.esper.common.internal.epl.namedwindow.consume that return types with arguments of type NamedWindowConsumerViewMethods in com.espertech.esper.common.internal.epl.namedwindow.consume with parameters of type NamedWindowConsumerViewModifier and TypeMethodDescriptionvoid
NamedWindowConsumerCallback.stopped
(NamedWindowConsumerView namedWindowConsumerView) Method parameters in com.espertech.esper.common.internal.epl.namedwindow.consume with type arguments of type NamedWindowConsumerViewModifier and TypeMethodDescriptionvoid
NamedWindowDispatchService.addDispatch
(NamedWindowConsumerLatchFactory latchFactory, NamedWindowDeltaData delta, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> consumers) For use to add a result of a named window that must be dispatched to consuming views.NamedWindowConsumerLatchFactory.newLatch
(NamedWindowDeltaData delta, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> consumers) Returns a new latch.Constructor parameters in com.espertech.esper.common.internal.epl.namedwindow.consume with type arguments of type NamedWindowConsumerViewModifierConstructorDescriptionNamedWindowConsumerLatch
(NamedWindowDeltaData deltaData, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> dispatchTo) NamedWindowConsumerLatchNone
(NamedWindowDeltaData deltaData, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> dispatchTo) NamedWindowConsumerLatchSpin
(NamedWindowDeltaData deltaData, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> dispatchTo, NamedWindowConsumerLatchFactory factory, NamedWindowConsumerLatchSpin earlier) NamedWindowConsumerLatchWait
(NamedWindowDeltaData deltaData, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> dispatchTo, NamedWindowConsumerLatchFactory factory, NamedWindowConsumerLatchWait earlier) -
Uses of NamedWindowConsumerView in com.espertech.esper.common.internal.epl.namedwindow.core
Methods in com.espertech.esper.common.internal.epl.namedwindow.core that return NamedWindowConsumerViewModifier and TypeMethodDescriptionNamedWindowImpl.addConsumer
(NamedWindowConsumerDesc consumerDesc, boolean isSubselect) NamedWindowTailViewInstance.addConsumer
(NamedWindowConsumerDesc consumerDesc, boolean isSubselect) NamedWindowWDirectConsume.addConsumer
(NamedWindowConsumerDesc consumerDesc, boolean isSubselect) NamedWindowTailView.addConsumerNoContext
(NamedWindowConsumerDesc consumerDesc) NamedWindowTailViewImpl.addConsumerNoContext
(NamedWindowConsumerDesc consumerDesc) Methods in com.espertech.esper.common.internal.epl.namedwindow.core that return types with arguments of type NamedWindowConsumerViewModifier and TypeMethodDescriptionprotected static Map<EPStatementAgentInstanceHandle,
List<NamedWindowConsumerView>> NamedWindowUtil.createConsumerMap
(boolean isPrioritized) NamedWindowTailViewImpl.getConsumersNonContext()
Methods in com.espertech.esper.common.internal.epl.namedwindow.core with parameters of type NamedWindowConsumerViewModifier and TypeMethodDescriptionvoid
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.removeConsumerNoContext
(NamedWindowConsumerView namedWindowConsumerView) void
NamedWindowTailViewImpl.removeConsumerNoContext
(NamedWindowConsumerView namedWindowConsumerView) Method parameters in com.espertech.esper.common.internal.epl.namedwindow.core with type arguments of type NamedWindowConsumerViewModifier and TypeMethodDescriptionvoid
NamedWindowTailView.addDispatches
(NamedWindowConsumerLatchFactory latchFactory, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> consumersInContext, NamedWindowDeltaData delta, AgentInstanceContext agentInstanceContext) void
NamedWindowTailViewImpl.addDispatches
(NamedWindowConsumerLatchFactory latchFactory, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> consumersInContext, NamedWindowDeltaData delta, AgentInstanceContext agentInstanceContext) -
Uses of NamedWindowConsumerView in com.espertech.esper.common.internal.metrics.instrumentation
Method parameters in com.espertech.esper.common.internal.metrics.instrumentation with type arguments of type NamedWindowConsumerViewModifier and TypeMethodDescriptionvoid
InstrumentationCommon.qNamedWindowCPMulti
(String runtimeURI, Map<NamedWindowConsumerView, NamedWindowDeltaData> deltaPerConsumer, EPStatementAgentInstanceHandle handle, long time) void
InstrumentationCommonDefault.qNamedWindowCPMulti
(String runtimeURI, Map<NamedWindowConsumerView, NamedWindowDeltaData> deltaPerConsumer, EPStatementAgentInstanceHandle handle, long time)