Class ViewableActivatorPattern
java.lang.Object
com.espertech.esper.common.internal.context.activator.ViewableActivatorPattern
- All Implemented Interfaces:
ViewableActivator
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
static final EPTypeClass
protected EventBeanTypedEventFactory
protected EventType
protected boolean
protected boolean
protected PatternContext
protected EvalRootFactoryNode
protected boolean
Fields inherited from interface com.espertech.esper.common.internal.context.activator.ViewableActivator
EPTYPEARRAY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionactivate
(AgentInstanceContext agentInstanceContext, boolean isSubselect, boolean isRecoveringResilient) boolean
boolean
boolean
boolean
void
setCanIterate
(boolean canIterate) void
setDiscardPartialsOnMatch
(boolean discardPartialsOnMatch) void
setEventBeanTypedEventFactory
(EventBeanTypedEventFactory eventBeanTypedEventFactory) void
setEventType
(EventType eventType) void
setHasConsumingFilter
(boolean hasConsumingFilter) void
setPatternContext
(PatternContext patternContext) void
setRootFactoryNode
(EvalRootFactoryNode rootFactoryNode) void
setSuppressSameEventMatches
(boolean suppressSameEventMatches)
-
Field Details
-
EPTYPE
-
patternContext
-
rootFactoryNode
-
eventType
-
hasConsumingFilter
protected boolean hasConsumingFilter -
suppressSameEventMatches
protected boolean suppressSameEventMatches -
discardPartialsOnMatch
protected boolean discardPartialsOnMatch -
isCanIterate
protected boolean isCanIterate -
eventBeanTypedEventFactory
-
-
Constructor Details
-
ViewableActivatorPattern
public ViewableActivatorPattern()
-
-
Method Details
-
setRootFactoryNode
-
setEventType
-
setHasConsumingFilter
public void setHasConsumingFilter(boolean hasConsumingFilter) -
setSuppressSameEventMatches
public void setSuppressSameEventMatches(boolean suppressSameEventMatches) -
setDiscardPartialsOnMatch
public void setDiscardPartialsOnMatch(boolean discardPartialsOnMatch) -
setCanIterate
public void setCanIterate(boolean canIterate) -
setEventBeanTypedEventFactory
-
setPatternContext
-
activate
public ViewableActivationResult activate(AgentInstanceContext agentInstanceContext, boolean isSubselect, boolean isRecoveringResilient) - Specified by:
activate
in interfaceViewableActivator
-
getEventType
- Specified by:
getEventType
in interfaceViewableActivator
-
isHasConsumingFilter
public boolean isHasConsumingFilter() -
isSuppressSameEventMatches
public boolean isSuppressSameEventMatches() -
isDiscardPartialsOnMatch
public boolean isDiscardPartialsOnMatch() -
isCanIterate
public boolean isCanIterate()
-