com.espertech.esper.epl.named
Class NamedWindowOnSelectViewFactory
java.lang.Object
com.espertech.esper.epl.named.NamedWindowOnExprBaseViewFactory
com.espertech.esper.epl.named.NamedWindowOnSelectViewFactory
- All Implemented Interfaces:
- NamedWindowOnExprFactory
public class NamedWindowOnSelectViewFactory
- extends NamedWindowOnExprBaseViewFactory
View for the on-select statement that handles selecting events from a named window.
Constructor Summary |
NamedWindowOnSelectViewFactory(EventType namedWindowEventType,
InternalEventRouter internalEventRouter,
boolean addToFront,
EPStatementHandle statementHandle,
EventBeanReader eventBeanReader,
boolean distinct,
StatementResultService statementResultService,
InternalEventRouteDest internalEventRouteDest,
boolean deleteAndSelect,
StreamSelector optionalStreamSelector,
java.lang.String optionalInsertIntoTableName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedWindowOnSelectViewFactory
public NamedWindowOnSelectViewFactory(EventType namedWindowEventType,
InternalEventRouter internalEventRouter,
boolean addToFront,
EPStatementHandle statementHandle,
EventBeanReader eventBeanReader,
boolean distinct,
StatementResultService statementResultService,
InternalEventRouteDest internalEventRouteDest,
boolean deleteAndSelect,
StreamSelector optionalStreamSelector,
java.lang.String optionalInsertIntoTableName)
make
public NamedWindowOnExprBaseView make(SubordWMatchExprLookupStrategy lookupStrategy,
NamedWindowRootViewInstance namedWindowRootViewInstance,
AgentInstanceContext agentInstanceContext,
ResultSetProcessor resultSetProcessor)
getInternalEventRouter
public InternalEventRouter getInternalEventRouter()
isAddToFront
public boolean isAddToFront()
getStatementHandle
public EPStatementHandle getStatementHandle()
getEventBeanReader
public EventBeanReader getEventBeanReader()
isDistinct
public boolean isDistinct()
getStatementResultService
public StatementResultService getStatementResultService()
getInternalEventRouteDest
public InternalEventRouteDest getInternalEventRouteDest()
getOptionalStreamSelector
public StreamSelector getOptionalStreamSelector()