public class NamedWindowConsumerDispatchUnit
extends java.lang.Object
Constructor and Description |
---|
NamedWindowConsumerDispatchUnit(NamedWindowDeltaData deltaData,
java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> dispatchTo)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
NamedWindowDeltaData |
getDeltaData()
Returns the data to dispatch.
|
java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> |
getDispatchTo()
Returns the destination of the dispatch: a map of statements and their consuming views (one or multiple)
|
public NamedWindowConsumerDispatchUnit(NamedWindowDeltaData deltaData, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> dispatchTo)
deltaData
- the insert and remove stream posted by the named windowdispatchTo
- the list of consuming statements, and for each the list of consumer viewspublic NamedWindowDeltaData getDeltaData()
public java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> getDispatchTo()