Class NamedWindowTailViewImpl
java.lang.Object
com.espertech.esper.common.internal.epl.namedwindow.core.NamedWindowTailViewBase
com.espertech.esper.common.internal.epl.namedwindow.core.NamedWindowTailViewImpl
- All Implemented Interfaces:
NamedWindowTailView
This view is hooked into a named window's view chain as the last view and handles dispatching of named window
insert and remove stream results via
NamedWindowManagementService
to consuming statements.-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.namedwindow.core.NamedWindowTailViewBase
eventType, isParentBatchWindow, isPrioritized, namedWindowDispatchService, namedWindowManagementService, statementResultService, threadingConfig, timeSourceService
-
Constructor Summary
ConstructorDescriptionNamedWindowTailViewImpl
(EventType eventType, boolean isParentBatchWindow, EPStatementInitServices services) -
Method Summary
Modifier and TypeMethodDescriptionaddConsumerNoContext
(NamedWindowConsumerDesc consumerDesc) void
addDispatches
(NamedWindowConsumerLatchFactory latchFactory, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> consumersInContext, NamedWindowDeltaData delta, AgentInstanceContext agentInstanceContext) void
removeConsumerNoContext
(NamedWindowConsumerView namedWindowConsumerView) Methods inherited from class com.espertech.esper.common.internal.epl.namedwindow.core.NamedWindowTailViewBase
getEventType, getNamedWindowManagementService, getStatementResultService, isParentBatchWindow, isPrioritized
-
Constructor Details
-
NamedWindowTailViewImpl
public NamedWindowTailViewImpl(EventType eventType, boolean isParentBatchWindow, EPStatementInitServices services)
-
-
Method Details
-
getConsumersNonContext
-
addConsumerNoContext
-
removeConsumerNoContext
-
addDispatches
public void addDispatches(NamedWindowConsumerLatchFactory latchFactory, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> consumersInContext, NamedWindowDeltaData delta, AgentInstanceContext agentInstanceContext) -
makeLatchFactory
-