public class ViewableActivatorNamedWindow extends Object implements ViewableActivator, StatementReadyCallback
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
filterEvaluator |
protected QueryGraph |
filterQueryGraph |
protected NamedWindow |
namedWindow |
protected int |
namedWindowConsumerId |
protected PropertyEvaluator |
optPropertyEvaluator |
protected boolean |
subquery |
Constructor and Description |
---|
ViewableActivatorNamedWindow() |
Modifier and Type | Method and Description |
---|---|
ViewableActivationResult |
activate(AgentInstanceContext agentInstanceContext,
boolean isSubselect,
boolean isRecoveringResilient) |
EventType |
getEventType() |
QueryGraph |
getFilterQueryGraph() |
String |
getNamedWindowContextName() |
void |
ready(StatementContext statementContext,
ModuleIncidentals moduleIncidentals,
boolean recovery) |
void |
setFilterEvaluator(ExprEvaluator filterEvaluator) |
void |
setFilterQueryGraph(QueryGraph filterQueryGraph) |
void |
setNamedWindow(NamedWindow namedWindow) |
void |
setNamedWindowConsumerId(int namedWindowConsumerId) |
void |
setOptPropertyEvaluator(PropertyEvaluator optPropertyEvaluator) |
void |
setSubquery(boolean subquery) |
protected ExprEvaluator filterEvaluator
protected QueryGraph filterQueryGraph
protected int namedWindowConsumerId
protected boolean subquery
protected NamedWindow namedWindow
protected PropertyEvaluator optPropertyEvaluator
public void setNamedWindowConsumerId(int namedWindowConsumerId)
public void setNamedWindow(NamedWindow namedWindow)
public void setFilterEvaluator(ExprEvaluator filterEvaluator)
public void setSubquery(boolean subquery)
public QueryGraph getFilterQueryGraph()
public void setFilterQueryGraph(QueryGraph filterQueryGraph)
public void setOptPropertyEvaluator(PropertyEvaluator optPropertyEvaluator)
public EventType getEventType()
getEventType
in interface ViewableActivator
public void ready(StatementContext statementContext, ModuleIncidentals moduleIncidentals, boolean recovery)
ready
in interface StatementReadyCallback
public ViewableActivationResult activate(AgentInstanceContext agentInstanceContext, boolean isSubselect, boolean isRecoveringResilient)
activate
in interface ViewableActivator
public String getNamedWindowContextName()
Copyright © 2005–2018. All rights reserved.