Uses of Interface
com.espertech.esper.core.context.mgr.ContextController

Packages that use ContextController
com.espertech.esper.core.context.mgr Context management. 
 

Uses of ContextController in com.espertech.esper.core.context.mgr
 

Classes in com.espertech.esper.core.context.mgr that implement ContextController
 class ContextControllerCategory
           
 class ContextControllerHash
           
 class ContextControllerInitTerm
           
 class ContextControllerPartitioned
           
 

Methods in com.espertech.esper.core.context.mgr that return ContextController
 ContextController ContextControllerPartitionedFactory.createNoCallback(int pathId, ContextControllerLifecycleCallback callback)
           
 ContextController ContextControllerInitTermFactory.createNoCallback(int pathId, ContextControllerLifecycleCallback callback)
           
 ContextController ContextControllerHashFactory.createNoCallback(int pathId, ContextControllerLifecycleCallback callback)
           
 ContextController ContextControllerFactory.createNoCallback(int pathId, ContextControllerLifecycleCallback callback)
           
 ContextController ContextControllerCategoryFactory.createNoCallback(int pathId, ContextControllerLifecycleCallback callback)
           
 ContextController ContextManagerNestedInstanceHandle.getController()
           
 ContextController ContextControllerTreeEntry.getParent()
           
 

Methods in com.espertech.esper.core.context.mgr that return types with arguments of type ContextController
 java.util.Map<java.lang.Integer,ContextController> ContextControllerTreeEntry.getChildContexts()
           
 java.util.Map<ContextController,java.util.List<ContextPartitionVisitorStateWithPath.LeafDesc>> ContextPartitionVisitorStateWithPath.getControllerAgentInstances()
           
 

Methods in com.espertech.esper.core.context.mgr with parameters of type ContextController
 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)
           
 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 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)
           
 

Method parameters in com.espertech.esper.core.context.mgr with type arguments of type ContextController
protected static ContextPartitionIdentifier[] ContextManagerNested.getTreeCompositeKey(ContextControllerFactory[] nestedContextFactories, java.lang.Object initPartitionKey, ContextControllerTreeEntry treeEntry, java.util.Map<ContextController,ContextControllerTreeEntry> subcontexts)
           
 void ContextControllerTreeEntry.setChildContexts(java.util.Map<java.lang.Integer,ContextController> childContexts)
           
 

Constructors in com.espertech.esper.core.context.mgr with parameters of type ContextController
ContextControllerTreeEntry(ContextController parent, java.util.Map<java.lang.Integer,ContextController> childContexts, java.lang.Object initPartitionKey, java.util.Map<java.lang.String,java.lang.Object> initContextProperties)
           
ContextManagerNestedInstanceHandle(int subPathId, ContextController controller, int contextPartitionOrPathId, boolean branch, ContextControllerTreeAgentInstanceList branchAgentInstances)
           
 

Constructor parameters in com.espertech.esper.core.context.mgr with type arguments of type ContextController
ContextControllerTreeEntry(ContextController parent, java.util.Map<java.lang.Integer,ContextController> childContexts, java.lang.Object initPartitionKey, java.util.Map<java.lang.String,java.lang.Object> initContextProperties)
           
ContextPartitionVisitorStateWithPath(ContextControllerFactory[] nestedFactories, java.util.Map<ContextController,ContextControllerTreeEntry> subcontexts)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com