|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.named.NamedWindowTailView
public class 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 NamedWindowMgmtService
to consuming statements.
Constructor Summary | |
---|---|
NamedWindowTailView(EventType eventType,
NamedWindowMgmtService namedWindowMgmtService,
NamedWindowDispatchService namedWindowDispatchService,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor,
boolean prioritized,
boolean parentBatchWindow,
TimeSourceService timeSourceService,
ConfigurationEngineDefaults.Threading threadingConfig)
|
Method Summary | |
---|---|
NamedWindowConsumerView |
addConsumer(NamedWindowConsumerDesc consumerDesc)
|
void |
addDispatches(java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> consumersInContext,
NamedWindowDeltaData delta,
AgentInstanceContext agentInstanceContext)
|
java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> |
getConsumersNonContext()
|
EventType |
getEventType()
|
NamedWindowDispatchService |
getNamedWindowDispatchService()
|
NamedWindowMgmtService |
getNamedWindowMgmtService()
|
ValueAddEventProcessor |
getRevisionProcessor()
|
StatementResultService |
getStatementResultService()
|
boolean |
isParentBatchWindow()
Returns true to indicate that the data window view is a batch view. |
boolean |
isPrioritized()
|
void |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedWindowTailView(EventType eventType, NamedWindowMgmtService namedWindowMgmtService, NamedWindowDispatchService namedWindowDispatchService, StatementResultService statementResultService, ValueAddEventProcessor revisionProcessor, boolean prioritized, boolean parentBatchWindow, TimeSourceService timeSourceService, ConfigurationEngineDefaults.Threading threadingConfig)
Method Detail |
---|
public boolean isParentBatchWindow()
public EventType getEventType()
public StatementResultService getStatementResultService()
public NamedWindowMgmtService getNamedWindowMgmtService()
public NamedWindowDispatchService getNamedWindowDispatchService()
public boolean isPrioritized()
public ValueAddEventProcessor getRevisionProcessor()
public java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> getConsumersNonContext()
public NamedWindowConsumerView addConsumer(NamedWindowConsumerDesc consumerDesc)
public void removeConsumer(NamedWindowConsumerView namedWindowConsumerView)
namedWindowConsumerView
- is the consumer representative viewpublic void addDispatches(java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> consumersInContext, NamedWindowDeltaData delta, AgentInstanceContext agentInstanceContext)
|
© 2006-2016 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 |