Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextControllerCategory |
class |
ContextControllerHash |
class |
ContextControllerInitTerm |
class |
ContextControllerPartitioned |
Modifier and Type | Method and Description |
---|---|
ContextController |
ContextControllerPartitionedFactoryImpl.createNoCallback(int pathId,
ContextControllerLifecycleCallback callback) |
ContextController |
ContextControllerInitTermFactoryImpl.createNoCallback(int pathId,
ContextControllerLifecycleCallback callback) |
ContextController |
ContextControllerHashFactoryImpl.createNoCallback(int pathId,
ContextControllerLifecycleCallback callback) |
ContextController |
ContextControllerFactory.createNoCallback(int pathId,
ContextControllerLifecycleCallback callback) |
ContextController |
ContextControllerCategoryFactoryImpl.createNoCallback(int pathId,
ContextControllerLifecycleCallback callback) |
ContextController |
ContextManagerNestedInstanceHandle.getController() |
ContextController |
ContextControllerTreeEntry.getParent() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,ContextController> |
ContextControllerTreeEntry.getChildContexts() |
Map<ContextController,List<ContextPartitionVisitorStateWithPath.LeafDesc>> |
ContextPartitionVisitorStateWithPath.getControllerAgentInstances() |
Modifier and Type | Method and Description |
---|---|
ContextControllerInstanceHandle |
ContextManagerNested.contextPartitionInstantiate(Integer optionalContextPartitionId,
int subPathId,
Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
Object partitionKey,
Map<String,Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state) |
ContextControllerInstanceHandle |
ContextManagerImpl.contextPartitionInstantiate(Integer optionalContextPartitionId,
int subPathId,
Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
Object partitionKey,
Map<String,Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state) |
ContextControllerInstanceHandle |
ContextControllerLifecycleCallback.contextPartitionInstantiate(Integer optionalContextPartitionId,
int subpath,
Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
Object partitionKey,
Map<String,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,
boolean isRecoveringResilient) |
void |
ContextManagerImpl.contextPartitionNavigate(ContextControllerInstanceHandle existingHandle,
ContextController originator,
ContextControllerState controllerState,
int exportedCPOrPathId,
ContextInternalFilterAddendum filterAddendum,
AgentInstanceSelector agentInstanceSelector,
byte[] payload,
boolean isRecoveringResilient) |
void |
ContextControllerLifecycleCallback.contextPartitionNavigate(ContextControllerInstanceHandle existingHandle,
ContextController originator,
ContextControllerState controllerState,
int exportedCPOrPathId,
ContextInternalFilterAddendum filterAddendum,
AgentInstanceSelector agentInstanceSelector,
byte[] payload,
boolean isRecoveringResilient) |
void |
ContextPartitionVisitorStateWithPath.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle) |
void |
ContextPartitionVisitorState.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle) |
void |
ContextPartitionVisitorAgentInstanceIdWPath.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle) |
void |
ContextPartitionVisitorAgentInstanceId.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle) |
void |
ContextPartitionVisitor.visit(int nestingLevel,
int pathId,
ContextStatePathValueBinding binding,
Object payload,
ContextController contextController,
ContextControllerInstanceHandle instanceHandle) |
Modifier and Type | Method and Description |
---|---|
protected static ContextPartitionIdentifier[] |
ContextManagerNested.getTreeCompositeKey(ContextControllerFactory[] nestedContextFactories,
Object initPartitionKey,
ContextControllerTreeEntry treeEntry,
Map<ContextController,ContextControllerTreeEntry> subcontexts) |
void |
ContextControllerTreeEntry.setChildContexts(Map<Integer,ContextController> childContexts) |
Constructor and Description |
---|
ContextControllerTreeEntry(ContextController parent,
Map<Integer,ContextController> childContexts,
Object initPartitionKey,
Map<String,Object> initContextProperties) |
ContextManagerNestedInstanceHandle(int subPathId,
ContextController controller,
int contextPartitionOrPathId,
boolean branch,
ContextControllerTreeAgentInstanceList branchAgentInstances) |
Constructor and Description |
---|
ContextControllerTreeEntry(ContextController parent,
Map<Integer,ContextController> childContexts,
Object initPartitionKey,
Map<String,Object> initContextProperties) |
ContextPartitionVisitorStateWithPath(ContextControllerFactory[] nestedFactories,
Map<ContextController,ContextControllerTreeEntry> subcontexts) |