Methods in com.espertech.esper.core.context.mgr that return ContextControllerInstanceHandle |
ContextControllerInstanceHandle |
ContextManagerNested.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId,
int subPathId,
java.lang.Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern,
java.lang.Object partitionKey,
java.util.Map<java.lang.String,java.lang.Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state)
|
ContextControllerInstanceHandle |
ContextManagerImpl.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId,
int subPathId,
java.lang.Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern,
java.lang.Object partitionKey,
java.util.Map<java.lang.String,java.lang.Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state)
|
ContextControllerInstanceHandle |
ContextControllerLifecycleCallback.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId,
int subpath,
java.lang.Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern,
java.lang.Object partitionKey,
java.util.Map<java.lang.String,java.lang.Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state)
|
ContextControllerInstanceHandle |
ContextControllerInitTermInstance.getInstanceHandle()
|
Methods in com.espertech.esper.core.context.mgr with parameters of type ContextControllerInstanceHandle |
void |
ContextManagerNested.contextPartitionNavigate(ContextControllerInstanceHandle existingHandle,
ContextController originator,
ContextControllerState controllerState,
int exportedCPOrPathId,
ContextInternalFilterAddendum filterAddendum,
AgentInstanceSelector agentInstanceSelector,
byte[] payload)
|
void |
ContextManagerImpl.contextPartitionNavigate(ContextControllerInstanceHandle existingHandle,
ContextController originator,
ContextControllerState controllerState,
int exportedCPOrPathId,
ContextInternalFilterAddendum filterAddendum,
AgentInstanceSelector agentInstanceSelector,
byte[] payload)
|
void |
ContextControllerLifecycleCallback.contextPartitionNavigate(ContextControllerInstanceHandle existingHandle,
ContextController originator,
ContextControllerState controllerState,
int exportedCPOrPathId,
ContextInternalFilterAddendum filterAddendum,
AgentInstanceSelector agentInstanceSelector,
byte[] payload)
|
void |
ContextManagerNested.contextPartitionTerminate(ContextControllerInstanceHandle contextNestedHandle,
java.util.Map<java.lang.String,java.lang.Object> terminationProperties,
boolean leaveLocksAcquired,
java.util.List<AgentInstance> agentInstances)
Provides the sub-context that ends. |
void |
ContextManagerImpl.contextPartitionTerminate(ContextControllerInstanceHandle contextNestedHandle,
java.util.Map<java.lang.String,java.lang.Object> terminationProperties,
boolean leaveLocksAcquired,
java.util.List<AgentInstance> agentInstancesCollected)
|
void |
ContextControllerLifecycleCallback.contextPartitionTerminate(ContextControllerInstanceHandle contextNestedHandle,
java.util.Map<java.lang.String,java.lang.Object> terminationProperties,
boolean leaveLocksAcquired,
java.util.List<AgentInstance> agentInstances)
|
void |
ContextPartitionVisitorStateWithPath.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
java.lang.Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle)
|
void |
ContextPartitionVisitorState.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
java.lang.Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle)
|
void |
ContextPartitionVisitorAgentInstanceIdWPath.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
java.lang.Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle)
|
void |
ContextPartitionVisitorAgentInstanceId.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
java.lang.Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle)
|
void |
ContextPartitionVisitor.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
java.lang.Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle)
|