com.espertech.esper.core.context.activator
Class ViewableActivatorPattern
java.lang.Object
com.espertech.esper.core.context.activator.ViewableActivatorPattern
- All Implemented Interfaces:
- ViewableActivator
public class ViewableActivatorPattern
- extends java.lang.Object
- implements ViewableActivator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewableActivatorPattern
protected ViewableActivatorPattern(PatternContext patternContext,
EvalRootFactoryNode rootFactoryNode,
EventType eventType,
boolean hasConsumingFilter,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch,
boolean isCanIterate)
activate
public ViewableActivationResult activate(AgentInstanceContext agentInstanceContext,
boolean isSubselect,
boolean isRecoveringResilient)
- Specified by:
activate
in interface ViewableActivator
getRootFactoryNode
public EvalRootFactoryNode getRootFactoryNode()
getPatternContext
public PatternContext getPatternContext()
getEventType
public EventType getEventType()
isHasConsumingFilter
public boolean isHasConsumingFilter()
isSuppressSameEventMatches
public boolean isSuppressSameEventMatches()
isDiscardPartialsOnMatch
public boolean isDiscardPartialsOnMatch()
isCanIterate
public boolean isCanIterate()