Class ContextControllerInitTerm
java.lang.Object
com.espertech.esper.common.internal.context.controller.initterm.ContextControllerInitTerm
- All Implemented Interfaces:
ContextController
- Direct Known Subclasses:
ContextControllerInitTermBase
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ContextControllerInitTermFactory
protected final ContextManagerRealization
-
Constructor Summary
ConstructorDescriptionContextControllerInitTerm
(ContextControllerInitTermFactory factory, ContextManagerRealization realization) -
Method Summary
Modifier and TypeMethodDescriptionvoid
populateEndConditionFromTrigger
(MatchedEventMap map, EventBean triggeringEvent) void
populateEndConditionFromTrigger
(MatchedEventMap map, Map<String, Object> matchedEventMap, EventBeanTypedEventFactory eventBeanTypedEventFactory) protected abstract void
visitPartitions
(IntSeqKey controllerPath, BiConsumer<ContextControllerInitTermPartitionKey, Integer> partKeyAndCPId) void
visitSelectedPartitions
(IntSeqKey path, ContextPartitionSelector selector, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.espertech.esper.common.internal.context.controller.core.ContextController
activate, deactivate, destroy, transfer
-
Field Details
-
factory
-
realization
-
-
Constructor Details
-
ContextControllerInitTerm
public ContextControllerInitTerm(ContextControllerInitTermFactory factory, ContextManagerRealization realization)
-
-
Method Details
-
visitPartitions
protected abstract void visitPartitions(IntSeqKey controllerPath, BiConsumer<ContextControllerInitTermPartitionKey, Integer> partKeyAndCPId) -
getFactory
- Specified by:
getFactory
in interfaceContextController
-
getRealization
- Specified by:
getRealization
in interfaceContextController
-
visitSelectedPartitions
public void visitSelectedPartitions(IntSeqKey path, ContextPartitionSelector selector, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel) - Specified by:
visitSelectedPartitions
in interfaceContextController
-
populateEndConditionFromTrigger
-
populateEndConditionFromTrigger
public void populateEndConditionFromTrigger(MatchedEventMap map, Map<String, Object> matchedEventMap, EventBeanTypedEventFactory eventBeanTypedEventFactory)
-