public class InfraOnSelectViewFactory extends InfraOnExprBaseViewFactory
infraEventType
Constructor and Description |
---|
InfraOnSelectViewFactory(EventType infraEventType,
boolean addToFront,
boolean isDistinct,
EventPropertyValueGetter distinctKeyGetter,
boolean selectAndDelete,
StreamSelector optionalStreamSelector,
Table optionalInsertIntoTable,
boolean insertInto,
ResultSetProcessorFactoryProvider resultSetProcessorPrototype) |
Modifier and Type | Method and Description |
---|---|
EventPropertyValueGetter |
getDistinctKeyGetter() |
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, boolean isDistinct, EventPropertyValueGetter distinctKeyGetter, 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 EventPropertyValueGetter getDistinctKeyGetter()
public boolean isDistinct()
public StreamSelector getOptionalStreamSelector()
public boolean isSelectAndDelete()
public boolean isInsertInto()
Copyright © 2005–2021. All rights reserved.