public class InfraOnSelectViewFactory extends InfraOnExprBaseViewFactory
infraEventType
Constructor and Description |
---|
InfraOnSelectViewFactory(EventType infraEventType,
boolean addToFront,
EventBeanReader eventBeanReader,
boolean isDistinct,
boolean selectAndDelete,
StreamSelector optionalStreamSelector,
Table optionalInsertIntoTable,
boolean insertInto,
ResultSetProcessorFactoryProvider resultSetProcessorPrototype) |
Modifier and Type | Method and Description |
---|---|
EventBeanReader |
getEventBeanReader() |
StreamSelector |
getOptionalStreamSelector() |
boolean |
isAddToFront() |
boolean |
isDistinct() |
boolean |
isInsertInto() |
boolean |
isSelectAndDelete() |
InfraOnExprBaseViewResult |
makeNamedWindow(SubordWMatchExprLookupStrategy lookupStrategy,
NamedWindowRootViewInstance namedWindowRootViewInstance,
AgentInstanceContext agentInstanceContext) |
InfraOnExprBaseViewResult |
makeTable(SubordWMatchExprLookupStrategy lookupStrategy,
TableInstance tableInstance,
AgentInstanceContext agentInstanceContext) |
public InfraOnSelectViewFactory(EventType infraEventType, boolean addToFront, EventBeanReader eventBeanReader, boolean isDistinct, boolean selectAndDelete, StreamSelector optionalStreamSelector, Table optionalInsertIntoTable, boolean insertInto, ResultSetProcessorFactoryProvider resultSetProcessorPrototype)
public InfraOnExprBaseViewResult makeNamedWindow(SubordWMatchExprLookupStrategy lookupStrategy, NamedWindowRootViewInstance namedWindowRootViewInstance, AgentInstanceContext agentInstanceContext)
public InfraOnExprBaseViewResult makeTable(SubordWMatchExprLookupStrategy lookupStrategy, TableInstance tableInstance, AgentInstanceContext agentInstanceContext)
public boolean isAddToFront()
public EventBeanReader getEventBeanReader()
public boolean isDistinct()
public StreamSelector getOptionalStreamSelector()
public boolean isSelectAndDelete()
public boolean isInsertInto()
Copyright © 2005–2018. All rights reserved.