Class ContextControllerKeyed
java.lang.Object
com.espertech.esper.common.internal.context.controller.core.ContextControllerBase
com.espertech.esper.common.internal.context.controller.keyed.ContextControllerKeyed
- All Implemented Interfaces:
ContextController
- Direct Known Subclasses:
ContextControllerKeyedImpl
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ContextControllerKeyedFactory
protected EventBean
Fields inherited from class com.espertech.esper.common.internal.context.controller.core.ContextControllerBase
realization
-
Constructor Summary
ConstructorDescriptionContextControllerKeyed
(ContextManagerRealization realization, ContextControllerKeyedFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract int
getSubpathOrCPId
(IntSeqKey path, Object keyForLookup) protected abstract void
visitPartitions
(IntSeqKey path, BiConsumer<Object, Integer> keyAndSubpathOrCPId) 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
-
lastTerminatingEvent
-
-
Constructor Details
-
ContextControllerKeyed
public ContextControllerKeyed(ContextManagerRealization realization, ContextControllerKeyedFactory factory)
-
-
Method Details
-
visitPartitions
protected abstract void visitPartitions(IntSeqKey path, BiConsumer<Object, Integer> keyAndSubpathOrCPId) -
getSubpathOrCPId
-
getAgentInstanceContextCreate
-
getFactory
-
getRealization
- Specified by:
getRealization
in interfaceContextController
- Overrides:
getRealization
in classContextControllerBase
-
visitSelectedPartitions
public void visitSelectedPartitions(IntSeqKey path, ContextPartitionSelector selector, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel)
-