|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.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,
Map<EPStatementHandle,List<NamedWindowConsumerView>> dispatchTo)
Ctor. |
Method Summary | |
---|---|
NamedWindowDeltaData |
getDeltaData()
Returns the data to dispatch. |
Map<EPStatementHandle,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, Map<EPStatementHandle,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 Map<EPStatementHandle,List<NamedWindowConsumerView>> getDispatchTo()
|
© 2007 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 |