Uses of Class
com.espertech.esper.common.internal.epl.namedwindow.consume.NamedWindowConsumerView
Package
Description
-
Uses of NamedWindowConsumerView in com.espertech.esper.common.internal.epl.namedwindow.consume
Modifier and TypeMethodDescriptionvoid
NamedWindowConsumerCallback.stopped
(NamedWindowConsumerView namedWindowConsumerView) Modifier 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.ModifierConstructorDescriptionNamedWindowConsumerLatch
(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
Modifier 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) Modifier and TypeMethodDescriptionprotected static Map<EPStatementAgentInstanceHandle,
List<NamedWindowConsumerView>> NamedWindowUtil.createConsumerMap
(boolean isPrioritized) NamedWindowTailViewImpl.getConsumersNonContext()
Modifier 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) Modifier 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
Modifier 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)