com.espertech.esper.epl.view
Class OutputStrategyPostProcessFactory
java.lang.Object
com.espertech.esper.epl.view.OutputStrategyPostProcessFactory
public class OutputStrategyPostProcessFactory
- extends java.lang.Object
An output strategy that handles routing (insert-into) and stream selection.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputStrategyPostProcessFactory
public OutputStrategyPostProcessFactory(boolean route,
SelectClauseStreamSelectorEnum insertIntoStreamSelector,
SelectClauseStreamSelectorEnum selectStreamDirEnum,
InternalEventRouter internalEventRouter,
EPStatementHandle epStatementHandle,
boolean addToFront,
TableService tableService,
java.lang.String tableName)
make
public OutputStrategyPostProcess make(AgentInstanceContext agentInstanceContext)
isRoute
public boolean isRoute()
getInsertIntoStreamSelector
public SelectClauseStreamSelectorEnum getInsertIntoStreamSelector()
getSelectStreamDirEnum
public SelectClauseStreamSelectorEnum getSelectStreamDirEnum()
getInternalEventRouter
public InternalEventRouter getInternalEventRouter()
getEpStatementHandle
public EPStatementHandle getEpStatementHandle()
isAddToFront
public boolean isAddToFront()