|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.named.NamedWindowConsumerDispatchUnit
public class NamedWindowConsumerDispatchUnit
Holds a unit of dispatch that is a result of a named window processing incoming or timer events.
Constructor Summary | |
---|---|
NamedWindowConsumerDispatchUnit(NamedWindowDeltaData deltaData,
java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> dispatchTo)
Ctor. |
Method Summary | |
---|---|
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) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 viewsMethod Detail |
---|
public NamedWindowDeltaData getDeltaData()
public java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> getDispatchTo()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |